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