[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.ConstantsCollection

ConstantsCollection Class

Represents a collection of theme constants. It acts as a wrapper over a regular dictionary to facilitate the evaluation of expressions through the GetResult method.

Inheritance
ConstantsCollection
Namespace: GrapeCity.ActiveReports.Rdl.Themes
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ConstantsCollection

Properties

Name Description
this[string]

Gets the ThemeConstant object associated with the specified key.

Extension Methods