StiDictionarySLServiceLoad Method |
Loads a dictionay 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 Load(
StiDictionary dictionary,
Stream stream
)
Public MustOverride Sub Load (
dictionary As StiDictionary,
stream As Stream
)
Parameters
- dictionary
- Type: Stimulsoft.Report.DictionaryStiDictionary
Dictionary of the data in which loading will be done. - stream
- Type: System.IOStream
Stream to load dictionary of data.
See Also