StiComponentOnGetDrillDownReport Method |
Raises the GetDrillDownReport event for this report.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax protected virtual void OnGetDrillDownReport(
StiGetDrillDownReportEventArgs e
)
Protected Overridable Sub OnGetDrillDownReport (
e As StiGetDrillDownReportEventArgs
)
Parameters
- e
- Type: Stimulsoft.Report.EventsStiGetDrillDownReportEventArgs
A parameter which contains event data.
See Also