StiXmlDictionarySLServiceLoad 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 override void Load(
StiDictionary dictionary,
Stream stream
)
Public Overrides Sub Load (
dictionary As StiDictionary,
stream As Stream
)
Parameters
- dictionary
- Type: Stimulsoft.Report.DictionaryStiDictionary
Dictionary of data in which loading will be done. - stream
- Type: System.IOStream
Stream to load dictionary of data.
See Also