Click or drag to resize

StiReportLoadDocumentFromString Method

Loads a rendered report from the string.

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

Parameters

reportStr
Type: SystemString
A string for loading a report from it.
See Also