StiPrintProviderPrint Method |
Prints the rendered report. If the report is not rendered then its rendering starts.
Namespace:
Stimulsoft.Report.Print
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void Print(
StiReport report,
bool showPrintDialog,
int fromPage,
int toPage,
short copies,
PrinterSettings printerSettings
)
Public Overridable Sub Print (
report As StiReport,
showPrintDialog As Boolean,
fromPage As Integer,
toPage As Integer,
copies As Short,
printerSettings As PrinterSettings
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
Rendered report for printing. - showPrintDialog
- Type: SystemBoolean
Show the print dialog or no. - fromPage
- Type: SystemInt32
Number of the first page to print. Starts from 1. - toPage
- Type: SystemInt32
Number of the last page to print. Starts from 1. - copies
- Type: SystemInt16
Number of copies to print. - printerSettings
- Type: System.Drawing.PrintingPrinterSettings
Specifies information about how a document is printed, including the printer that prints it.
See Also