StiDictionarySLServiceSave Method |
Saves a dictionary of data in the stream.
Namespace:
Stimulsoft.Report.SaveLoad
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public abstract void Save(
StiDictionary dictionary,
Stream stream
)
Public MustOverride Sub Save (
dictionary As StiDictionary,
stream As Stream
)
Parameters
- dictionary
- Type: Stimulsoft.Report.DictionaryStiDictionary
Dictionary of the data for saving. - stream
- Type: System.IOStream
Stream to save dictionary of data.
See Also