Click or drag to resize

StiReportLoadReportFromResource Method (Assembly, 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(
	Assembly reportAssembly,
	string reportResource
)

Parameters

reportAssembly
Type: System.ReflectionAssembly
Assembly in which is the report is placed.
reportResource
Type: SystemString
A name of resources which contains a report template.
See Also