ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > FilterCollection Class : Remove Method

value

The Filter object to remove.

Glossary Item Box

Removes the specified Filter object from the FilterCollection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Filter _
) 
C# 
public void Remove( 
   Filter value
)

Parameters

value

The Filter object to remove.

See Also