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