[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.Theme.ConstantsDictionary

ConstantsDictionary Property

ConstantsDictionary

Gets the constants dictionary associated with this theme. Use only for serialization. For API usage, the Constants property should be used.

Declaration
public Dictionary<string, ThemeConstant> ConstantsDictionary { get; }
Property Value
Type Description
Dictionary<string, ThemeConstant>

A dictionary where the key is a string value representing the constant name and the value is a ThemeConstant object.