StiGetSubReportEventArgs Constructor |
Creates a new object of the type StiGetSubReportEventArgs.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiGetSubReportEventArgs(
string subReportName
)
Public Sub New (
subReportName As String
)
Parameters
- subReportName
- Type: SystemString
The component on which it is necessary to go on.
See Also