ActiveReports 11
Item Property (ReportParameterCollection)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameterCollection Class : Item Property
A zero-based Integer indicating the index of the ReportParameter to return or set.
Gets or sets a specific ReportParameter object in the ReportParameterCollection by position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ReportParameter
public ReportParameter this[ 
   int index
]; {get; set;}

Parameters

index
A zero-based Integer indicating the index of the ReportParameter to return or set.

Property Value

The ReportParameter object at the specified position.
See Also

Reference

ReportParameterCollection Class
ReportParameterCollection Members