StiReportGetReportFromAssembly Method (Assembly) |
Returns a created report from assembly.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiReport GetReportFromAssembly(
Assembly assembly
)
Public Shared Function GetReportFromAssembly (
assembly As Assembly
) As StiReport
Parameters
- assembly
- Type: System.ReflectionAssembly
Assembly with a report.
Return Value
Type:
StiReportCreated report.
See Also