ActiveReports 11
Remove Method (ParameterCollection)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ParameterCollection Class : Remove Method
The parameter to remove.
Removes the parameter from this collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As Parameter _
) As Boolean
public bool Remove( 
   Parameter item
)

Parameters

item
The parameter to remove.

Return Value

True if parameter was actually removed.
See Also

Reference

ParameterCollection Class
ParameterCollection Members