ActiveReports Developer 7
Index Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollectionEventArgs Class : Index Property

Glossary Item Box

Returns an Integer for the ReportItem that was added or removed.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Index As System.Integer
C# 
public System.int Index {get;}

Property Value

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

See Also