ActiveReports 9
FilterValues Property

Gets the values to compare to the FilterExpression.

Syntax
'Declaration
 
Public ReadOnly Property FilterValues As ExpressionInfoCollection
public ExpressionInfoCollection FilterValues {get;}

Property Value

An  ExpressionInfoCollection object containing the values to compare to the FilterExpression

Remarks

For Equal, Like, NotEqual, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual, TopN, BottomN, TopPercent and BottomPercent, there must be exactly one FilterValue.

For TopN and BottomN, the FilterValue expression must evaluate to an integer.

For TopPercent and BottomPercent, the FilterValue expresson must evaluate to an integer or a float.

For TopN, BottomN, TopPercent and BottomPercent, the FilterValue expression is evaluated only once: for the first row (after all earlier filters have been applied) in the case of a dataset or data region; a filter for the first group instance (after all earlier filters have been applied) in the case of a group filter.

For Between, there must be exactly two FilterValues.

For In, the FilterValues are treated as a set (if the FilterExpression value appears anywhere in the set of FilterValues, the instance is not filtered out).

Like uses the same special characters as the Visual Basic LIKE operator (e.g. "?" to represent a single character and "*" to represent any series of characters).

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

Reference

Filter Class
Filter Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum