StiReportRender Method (Boolean) |
Renders a report.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Render(
bool showProgress
)
Public Sub Render (
showProgress As Boolean
)
Parameters
- showProgress
- Type: SystemBoolean
Whether it is necessary to show the progress of report rendering or not.
See Also