StiReportLoadReportFromResource Method (String, String) |
Loads a report template from the resource.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void LoadReportFromResource(
string assemblyName,
string reportResource
)
Public Overridable Sub LoadReportFromResource (
assemblyName As String,
reportResource As String
)
Parameters
- assemblyName
- Type: SystemString
The name of assembly in which the report is placed. - reportResource
- Type: SystemString
A name of resources which contains a report template.
See Also