ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Images Class / Item Property
A System.String value indicating the name of the image to get.

In This Topic
    Item Property (Images)
    In This Topic
    Gets the Image using a specified name.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal name As String _
    ) As Image
    public Image this[ 
       string name
    ]; {get;}

    Parameters

    name
    A System.String value indicating the name of the image to get.

    Property Value

    An Image object with the specified name.
    See Also