FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1Document Class / Dictionary Property

In This Topic
    Dictionary Property
    In This Topic
    Gets the current document's dictionary. The dictionary can be used to hold reusable resources (e.g. images used in multiple places in the document).
    Syntax
    'Declaration
     
    Public ReadOnly Property Dictionary As Dictionary
    public Dictionary Dictionary {get;}
    See Also