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
)
Public MustOverride Sub Merge (
dictionary As StiDictionary,
stream As 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