StiReportPrint Method (Int32, Int32, Int16) |
Prints the rendered report with the print dialog. 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(
int fromPage,
int toPage,
short copies
)
Public Sub Print (
fromPage As Integer,
toPage As Integer,
copies As Short
)
Parameters
- fromPage
- Type: SystemInt32
A number of the first page to print. - toPage
- Type: SystemInt32
A number of the last page to print. - copies
- Type: SystemInt16
A number of copies to print.
See Also