| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As ParameterValue | |
| C# | |
|---|---|
public ParameterValue this[ System.int index ]; {get;} | |
Parameters
- index
- Index of the ParameterValue to return.
|
| ActiveReports Developer 7 | |
| Item Property | |
| See Also | |
| GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterValueCollection Class : Item Property |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As ParameterValue | |
| C# | |
|---|---|
public ParameterValue this[ System.int index ]; {get;} | |