ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Theme Class / Item Property

In This Topic
    Item Property (Theme)
    In This Topic
    The indexer to support the various VB collection access syntax.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal name As String _
    ) As Object
    public object this[ 
       string name
    ]; {get;}

    Parameters

    name
    See Also