Click or drag to resize

StiDictionary.Save Method (StiDictionarySLService, String)

Saves the dictionary in file through service.

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

Parameters

service
Type: Stimulsoft.Report.SaveLoad.StiDictionarySLService
Provider for saving dictionary.
path
Type: System.String
File for saving dictionary.
See Also