Visual Basic (Declaration) | |
---|---|
Public Overridable Function IndexOf( _ ByVal value As ReportItem _ ) As System.Integer |
C# | |
---|---|
public virtual System.int IndexOf( ReportItem value ) |
Parameters
- value
The ReportItem object to locate in the ReportItemCollection.
ActiveReports Developer 7 | |
IndexOf Method | |
See Also |
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : IndexOf Method |
The ReportItem object to locate in the ReportItemCollection.
Glossary Item Box
Visual Basic (Declaration) | |
---|---|
Public Overridable Function IndexOf( _ ByVal value As ReportItem _ ) As System.Integer |
C# | |
---|---|
public virtual System.int IndexOf( ReportItem value ) |
The ReportItem object to locate in the ReportItemCollection.