StiPageLoad Method (Stream) |
Loads a page template into 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(
Stream stream
)
Public Sub Load (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The stream for loading a page.
See Also