StiReportInvokeGotoComp Method |
Raises the GotoComp event for this report.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void InvokeGotoComp(
StiGotoCompEventArgs e
)
Public Sub InvokeGotoComp (
e As StiGotoCompEventArgs
)
Parameters
- e
- Type: Stimulsoft.ReportStiGotoCompEventArgs
A StiGotoCompEventArgs parameter which contains the event data.
See Also