StiReportCompileAsync 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 Task CompileAsync(
Stream stream
)
Public Function CompileAsync (
stream As Stream
) As Task
Parameters
- stream
- Type: System.IOStream
A stream for the report location.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.CompileAsync(System.IO.Stream)"]
See Also