Click or drag to resize

StiDictionaryLoad Method (StiDictionarySLService, String)

Loads the dictionary from file 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,
	string path
)

Parameters

service
Type: Stimulsoft.Report.SaveLoadStiDictionarySLService
Provider for loading the dictionary.
path
Type: SystemString
File for loading the dictionary.
See Also