ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollectionEventArgs Class / Index Property

In This Topic
    Index Property
    In This Topic
    Returns an Integer for the ReportItem that was added or removed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    public int Index {get;}

    Property Value

    An Integer indicating the index of the ReportItem that was added or removed.
    See Also