StiDictionaryMerge Method (Stream) |
Merges the dictionary with the stream in XML format.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Merge(
Stream stream
)
Public Sub Merge (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
Stream to merge with dictionary of data.
See Also