ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Theme Class / ConstantsDictionary Property

In This Topic
    ConstantsDictionary Property
    In This Topic
    Gets the constants dictionary associated with this theme. Use only for serialization. For API usage, the Constants property should be used.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConstantsDictionary As Dictionary(Of String,ThemeConstant)
    public Dictionary<string,ThemeConstant> ConstantsDictionary {get;}

    Property Value

    A dictionary where the key is a System.String value representing the constant name and the value is a ThemeConstant object.
    See Also