Share via


DrillSubreportEventArgs Members

Provides Data for the DrillDownSubreport event.

The following tables list the members exposed by the DrillSubreportEventArgs type.

Public Properties

Property Description
Public property CurrentSubreportName  Gets the subreport name that was drilled into.
Public property CurrentSubreportPageNumber  Gets the page number that the subreport is on.
Public property CurrentSubreportPosition  Gets the location in the CrystalReportViewer control where the subreport is.
Public property 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.
Public property NewSubreportName  Gets the subreport name that is being drilled into.
Public property NewSubreportPageNumber  Gets the page number to drill into the subreport.
Public property NewSubreportPosition  Gets the location in the CrystalReportViewer control to drill into the subreport is.

Top

See Also

Reference

CrystalDecisions.Windows.Forms Namespace