StiProgressStyleLoad Method (Stream) |
Loads the style from the stream.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override void Load(
Stream stream
)
Public Overrides Sub Load (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
Stream for loading the style.
See Also