StiReportPrintReportsAsync 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 Task PrintReportsAsync(
List<StiReport> reports
)
Public Function PrintReportsAsync (
reports As List(Of StiReport)
) As Task
Parameters
- reports
- Type: System.Collections.GenericListStiReport
Collection of reports to print.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.PrintReportsAsync(System.Collections.Generic.List{Stimulsoft.Report.StiReport})"]
See Also