Click or drag to resize

StiDictionarySLServiceSave Method

Saves a dictionary of data in the stream.

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

Parameters

dictionary
Type: Stimulsoft.Report.DictionaryStiDictionary
Dictionary of the data for saving.
stream
Type: System.IOStream
Stream to save dictionary of data.
See Also