ActiveReports 10
Item(String) Property

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterCollection Class > Item Property : Item(String) Property
Name of the parameter to return.
Gets the Parameter with the given name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As Parameter
public Parameter Item( 
   string name
) {get;}

Parameters

name
Name of the parameter to return.

Property Value

The Parameter, otherwise null.
See Also

Reference

ParameterCollection Class
ParameterCollection Members
Overload List