| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ParameterValue | |
| C# | |
|---|---|
public ParameterValue this[ int index ]; {get;} | |
Parameters
- index
- Index of the ParameterValue to return.
| DataDynamics.Reports | Support Forum |
| Item Property | |
| See Also | |
|
| DataDynamics.Reports.Expressions.ExpressionObjectModel Namespace > ParameterValueCollection Class : Item Property |
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ParameterValue | |
| C# | |
|---|---|
public ParameterValue this[ int index ]; {get;} | |