Click or drag to resize

StiReportSavePackedDocument Method (Stream)

Saves a packed rendered report to the stream.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void SavePackedDocument(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream to save a packed rendered report.
See Also