ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / RenderingExtensionInfoCollection Class / Item Property
The index of the item to get or set.

In This Topic
    Item Property (RenderingExtensionInfoCollection)
    In This Topic
    Gets or sets the RenderingExtensionInfo at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As RenderingExtensionInfo
    public RenderingExtensionInfo this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The index of the item to get or set.
    See Also