Click or drag to resize

StiDocumentPageSLServiceSave Method

Saves a page in the stream.

Namespace:  Stimulsoft.Report.SaveLoad
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract void Save(
	StiPage page,
	Stream stream
)

Parameters

page
Type: Stimulsoft.Report.ComponentsStiPage
Page for saving.
stream
Type: System.IOStream
Stream to save page.
See Also