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