ActiveReports 12
Remove Method (ParameterValueCollection)

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

Parameters

item
the ParameterValue to remove

Return Value

true if successful, otherwise false.
See Also

Reference

ParameterValueCollection Class
ParameterValueCollection Members