StiEncryptedReportSLServiceLoad Method |
Loads a report from the stream.
Namespace:
Stimulsoft.Report.SaveLoad
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override void Load(
StiReport report,
Stream stream
)
Public Overrides Sub Load (
report As StiReport,
stream As Stream
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
The report in which loading will be done. - stream
- Type: System.IOStream
Stream to save report.
See Also