ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / CustomPropertyCollection Class / Item Property / Item(Int32) Property
Index to get the element

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the element at the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As CustomProperty
    public CustomProperty Item( 
       int index
    ) {get;}

    Parameters

    index
    Index to get the element

    Property Value

    The element of type CustomProperty located at the specified index.
    See Also