Click or drag to resize

StiXmlDictionarySLServiceMerge 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 override void Merge(
	StiDictionary dictionary,
	Stream stream
)

Parameters

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