StiReportPrintReports Method (ListStiReport) |
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
)
Public Shared Sub PrintReports (
reports As List(Of StiReport)
)
Parameters
- reports
- Type: System.Collections.GenericListStiReport
Collection of reports to print.
See Also