Click or drag to resize

StiDictionarySLServiceMerge Method

Merge dictionary of data from the stream.

Namespace:  Stimulsoft.Report.SaveLoad
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract void Merge(
	StiDictionary dictionary,
	Stream stream
)

Parameters

dictionary
Type: Stimulsoft.Report.DictionaryStiDictionary
Merge the dictionary of the data.
stream
Type: System.IOStream
Stream to merge the dictionary of the data.
See Also