DrillSubreportEventArgs Members
Provides Data for the DrillDownSubreport event.
The following tables list the members exposed by the DrillSubreportEventArgs type.
Public Properties
Property | Description | |
---|---|---|
CurrentSubreportName | Gets the subreport name that was drilled into. | |
CurrentSubreportPageNumber | Gets the page number that the subreport is on. | |
CurrentSubreportPosition | Gets the location in the CrystalReportViewer control where the subreport is. | |
Handled | (Inherited from ViewerEventArgs.) Gets or sets whether the event was handled. Set to true if you do not want the default action to occur. | |
NewSubreportName | Gets the subreport name that is being drilled into. | |
NewSubreportPageNumber | Gets the page number to drill into the subreport. | |
NewSubreportPosition | Gets the location in the CrystalReportViewer control to drill into the subreport is. |
Top