StiDocumentPageSLServiceLoad Method |
Loads a page from the stream.
Namespace:
Stimulsoft.Report.SaveLoad
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public abstract void Load(
StiPage page,
Stream stream
)
Public MustOverride Sub Load (
page As StiPage,
stream As Stream
)
Parameters
- page
- Type: Stimulsoft.Report.ComponentsStiPage
The page in which loading will be done. - stream
- Type: System.IOStream
Stream to load pages.
See Also