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