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

In This Topic
    Index Property (ReportItemCollectionEventArgs)
    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