Click or drag to resize

StiReportPrintReportsAsync Method (ListStiReport, Int16, PrinterSettings)

Prints the collection of reports. If the report from collection 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 PrintReportsAsync(
	List<StiReport> reports,
	short copies,
	PrinterSettings printerSettings
)

Parameters

reports
Type: System.Collections.GenericListStiReport
Collection of reports 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.PrintReportsAsync(System.Collections.Generic.List{Stimulsoft.Report.StiReport},System.Int16,System.Drawing.Printing.PrinterSettings)"]

See Also