StiReportShow Method (Boolean) |
Shows the rendered report as a dialog form or not. If the report is not rendered then its rendering starts.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Show(
bool dialogForm
)
Public Sub Show (
dialogForm As Boolean
)
Parameters
- dialogForm
- Type: SystemBoolean
If this parameter is true then the report will be rendered as a dialog form.
See Also