ActiveReports Developer 7
Filter Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Filter Class

Glossary Item Box

The following tables list the members exposed by Filter.

Public Constructors

 NameDescription
Public ConstructorFilter ConstructorInitializes a new instance of the Filter class.  
Top

Public Properties

 NameDescription
Public PropertyFilterExpression

Gets or sets an expression that is evaluated for each instance within the group or each row of the dataset or data region and compared (via the Operator) to the FilterValues.

 
Public PropertyFilterValues

Gets the values to compare to the FilterExpression.

 
Public PropertyOperator

Gets or sets the operator used when comparing the FilterExpression to the FilterValues.

 
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the Filter object.  
Top

See Also