Click or drag to resize

StiConfigSave Method (Stream, StiServiceContainer)

Saves a configuration of the report engine.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void Save(
	Stream stream,
	StiServiceContainer services
)

Parameters

stream
Type: System.IOStream
A stream for saving configuration of the report engine.
services
Type: Stimulsoft.Base.ServicesStiServiceContainer
A container which contains services of the report.
See Also