StiReportPrintAsync Method (Int16) |
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(
short copies
)
Public Function PrintAsync (
copies As Short
) As Task
Parameters
- copies
- Type: SystemInt16
A number of copies to print.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.PrintAsync(System.Int16)"]
See Also