StiPageSavePackedDocument Method |
Saves a rendered page into the packed stream in the XML format.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void SavePackedDocument(
Stream stream
)
Public Sub SavePackedDocument (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The stream for saving a page.
See Also