ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / ConstantsCollection Class / Item Property
A System.String value indicating the key of the theme constant to get.

In This Topic
    Item Property (ConstantsCollection)
    In This Topic
    Gets the ThemeConstant object associated with the specified key.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal key As String _
    ) As Object
    public object this[ 
       string key
    ]; {get;}

    Parameters

    key
    A System.String value indicating the key of the theme constant to get.

    Property Value

    A System.Object object representing the theme constant.
    See Also