Click or drag to resize

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
)

Parameters

reports
Type: System.Collections.GenericListStiReport
Collection of reports to print.
See Also