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
)
Public Shared Function GetReportsFromAssembly (
assembly As Assembly
) As StiReport()
Parameters
- assembly
- Type: System.ReflectionAssembly
Assembly with reports.
Return Value
Type:
StiReportThe array of created reports.
See Also