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

In This Topic
    ConstantsDictionary Property
    In This Topic
    Returns the Constants dictionary associated with this Theme. Use only for serialization. For API must be used Static property.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConstantsDictionary As Dictionary(Of String,ThemeConstant)
    public Dictionary<string,ThemeConstant> ConstantsDictionary {get;}
    See Also