ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / ConstantsCollection Class
Members

In This Topic
    ConstantsCollection Class
    In This Topic
    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.
    Object Model
    ConstantsCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ConstantsCollection 
    public sealed class ConstantsCollection 
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Rdl.Themes.ConstantsCollection

    See Also