ActiveReports 12
Item Property (ParameterValueCollection)

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

Parameters

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

Property Value

The ParameterValue object at the specified position.
See Also

Reference

ParameterValueCollection Class
ParameterValueCollection Members