StiReportRender Method (Boolean, Int32, Int32) |
Renders a report.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Render(
bool showProgress,
int fromPage,
int toPage
)
Public Sub Render (
showProgress As Boolean,
fromPage As Integer,
toPage As Integer
)
Parameters
- showProgress
- Type: SystemBoolean
Whether it is necessary to show the progress of report rendering or not. - fromPage
- Type: SystemInt32
Specifies from which page the result of the report rendering should be presented into the rendered report. - toPage
- Type: SystemInt32
Specifies to which page the result of the report rendering should be presented into the rendered report.
See Also