StiReportPrintReports Method (ListStiReport, Boolean, Int16) |
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
)
Public Shared Sub PrintReports (
reports As List(Of StiReport),
showPrintDialog As Boolean,
copies As Short
)
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.
See Also