Click or drag to resize

StiDictionaryLoad Method (StiDictionarySLService, Stream)

Loads dictionary from the stream through descendants of StiDictionarySLService service.

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

Parameters

service
Type: Stimulsoft.Report.SaveLoadStiDictionarySLService
Provider for loading the dictionary.
stream
Type: System.IOStream
Stream to load the dictionary of data.
See Also