ActiveReports 8
FilterExpression Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Filter Class : FilterExpression Property

Glossary Item Box

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.

Syntax

Visual Basic (Declaration) 
Public Property FilterExpression As ExpressionInfo
C# 
public ExpressionInfo FilterExpression {get; set;}

Property Value

An ExpressionInfo object 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.

Remarks

Failed comparisons result in the row or instance being filtered out of the dataset, data region or grouping.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also