StiDocumentSLServiceSave Method |
Saves a document in the stream.
Namespace:
Stimulsoft.Report.SaveLoad
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public abstract void Save(
StiReport report,
Stream stream
)
Public MustOverride Sub Save (
report As StiReport,
stream As Stream
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
Rendered for saving. - stream
- Type: System.IOStream
Stream to save documents.
See Also