ActiveReports 10
Remove Method (ParameterCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterCollection Class : Remove Method
the parameter to remove
Removes the Parameter from this collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal item As Parameter _
) 
public void Remove( 
   Parameter item
)

Parameters

item
the parameter to remove

Return Value

true if successful, otherwise false.
See Also

Reference

ParameterCollection Class
ParameterCollection Members