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

In This Topic
    Index Property (ReportItemCollectionEventArgs)
    In This Topic
    Gets an index of the ReportItem that was added or removed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    public int Index {get;}

    Property Value

    An System.Int32 value indicating the index of the ReportItem that was added or removed.
    See Also