SAP Knowledge Base Article - Public

1439677 - How to disable drill down on a subreport when using Crystal Reports SDK for VS .NET.

Symptom

  • When the mouse pointer is placed over a subreport, the pointer changes and on mouse button click, only the current subreport content is displayed.
  • Is it possible to disable the ability to drill into the subreport?

Resolution

  • Use the EnableDrillDown property of the Crystal Reports viewer and set it to "False".
Private Sub InitializeViewer(ByVal height As Integer, ByVal width As Integer)
       
  CrystalReportViewer.EnableDrillDown = False        
End Sub

 

CrystalReportViewer.DrillDownSubreport Event

Keywords

Forum thread, drill, down, drilldown, subreport, event, , KBA , BI-DEV-NET-SDK , .NET SDK / COM SDK , How To

Product

Crystal Reports 2008 V0 ; Crystal Reports 2008 V1 ; SAP Crystal Reports 10.0 ; SAP Crystal Reports 2011 ; SAP Crystal Reports 9.0 ; SAP Crystal Reports XI ; SAP Crystal Reports XI R2