StiReportPrint Method (Boolean, Int16) |
Prints a rendered report. 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 Print(
bool showPrintDialog,
short copies
)
Public Sub Print (
showPrintDialog As Boolean,
copies As Short
)
Parameters
- showPrintDialog
- Type: SystemBoolean
If a parameter is true then the print dialog will be shown. - copies
- Type: SystemInt16
A number of copies to print.
See Also