Click or drag to resize

StiDictionarySave Method (StiDictionarySLService, Stream)

Saves dictionary to the stream through provider.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Save(
	StiDictionarySLService service,
	Stream stream
)

Parameters

service
Type: Stimulsoft.Report.SaveLoadStiDictionarySLService
Provider for saving dictionary.
stream
Type: System.IOStream
Stream to save dictionary of data.
See Also