StiReportCompile Method (Stream) |
Compiles a report and locates it in the specified stream.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Compile(
Stream stream
)
Public Sub Compile (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
A stream for the report location.
See Also