ActiveReports 12
Item Property (ParameterCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterCollection Class : Item Property
Name of the parameter to return.
Gets the Parameter from the ParameterCollection.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As String _
) As Parameter
public new Parameter this[ 
   string name
]; {get;}

Parameters

name
Name of the parameter to return.

Property Value

The Parameter, otherwise null.
See Also

Reference

ParameterCollection Class
ParameterCollection Members