StiReportPrintAsync Method (Int32, Int32, Int16, PrinterSettings) |
Prints the 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 Task PrintAsync(
int fromPage,
int toPage,
short copies,
PrinterSettings printerSettings
)
Public Function PrintAsync (
fromPage As Integer,
toPage As Integer,
copies As Short,
printerSettings As PrinterSettings
) As Task
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. - printerSettings
- Type: System.Drawing.PrintingPrinterSettings
Specifies information about how a document is printed, including the printer that prints it.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.PrintAsync(System.Int32,System.Int32,System.Int16,System.Drawing.Printing.PrinterSettings)"]
See Also