Click or drag to resize

StiReportLoadDocumentFromUrl Method

Loads a rendered report template from specified url.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void LoadDocumentFromUrl(
	string url
)

Parameters

url
Type: SystemString
Url which will be used for report loading.
See Also