StiDictionaryMerge Method (StiDictionarySLService, Stream) |
Merges the dictionary with the stream through provider.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Merge(
StiDictionarySLService service,
Stream stream
)
Public Sub Merge (
service As StiDictionarySLService,
stream As Stream
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiDictionarySLService
Provider for merging with the dictionary. - stream
- Type: System.IOStream
Stream to merge with the dictionary of data.
See Also