Click or drag to resize

StiDictionaryLoad Method (Stream)

Loads the dictionary from the stream in XML format.

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

Parameters

stream
Type: System.IOStream
Stream to load the dictionary of data.
See Also