Gets the current document's Dictionary.
The Dictionary can be used to contain reused resources
(e.g. images used in multiple places in the document).
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlElementAttribute("Dictionary")] [BrowsableAttribute(false)] public Dictionary Dictionary { get; } |
Visual Basic |
---|
<XmlElementAttribute("Dictionary")> _ <BrowsableAttribute(False)> _ Public ReadOnly Property Dictionary As Dictionary Get |