StiPageLoadDocument Method (String) |
Loads a rendered page from the stream in the XML format.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void LoadDocument(
string path
)
Public Sub LoadDocument (
path As String
)
Parameters
- path
- Type: SystemString
A file that contains a page.
See Also