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
- Alternatively, use the DrillDownSubreport Event of the Crystal Reports viewer
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