Click or drag to resize

StiReportGetReportsFromAssembly Method

Returns the array of rendered reports from assembly.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiReport[] GetReportsFromAssembly(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
Assembly with reports.

Return Value

Type: StiReport
The array of created reports.
See Also