StiStylesSheetSave Method (Stream) |
Saves a list of styles in the stream.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void Save(
Stream stream
)
Public Overridable Sub Save (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
Stream for saving the style list.
See Also