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