ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / ConstantsCollection Class / Item Property
The key.

In This Topic
    Item Property (ConstantsCollection)
    In This Topic
    Gets the System.Object 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
    The key.

    Property Value

    System.Object.
    See Also