ActiveReports Developer 7
ConstantsDictionary Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace > Theme Class : ConstantsDictionary Property

Glossary Item Box

Returns the Constants dictionary associated with this Theme. Use only for serialization. For API must be used Static property.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ConstantsDictionary As System.Collections.Generic.Dictionary(Of String,ThemeConstant)
C# 
public System.Collections.Generic.Dictionary<string,ThemeConstant> ConstantsDictionary {get;}

See Also