StiConfigLoad Method (Stream) |
Loads a configuration of the report engine.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static void Load(
Stream stream
)
Public Shared Sub Load (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
A stream for loading configuration of the report engine.
See Also