StiReportPrintReports Method (ListStiReport, Boolean, 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 static void PrintReports(
List<StiReport> reports,
bool showPrintDialog,
short copies,
PrinterSettings printerSettings
)
Public Shared Sub PrintReports (
reports As List(Of StiReport),
showPrintDialog As Boolean,
copies As Short,
printerSettings As PrinterSettings
)
Parameters
- reports
- Type: System.Collections.GenericListStiReport
Collection of reports to print. - showPrintDialog
- Type: SystemBoolean
If a parameter is true then the print dialog will be shown. - 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.
See Also