GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Filter Class : FilterExpression Property |
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.
'Declaration Public Property FilterExpression As ExpressionInfo
public ExpressionInfo FilterExpression {get; set;}
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.
Failed comparisons result in the row or instance being filtered out of the dataset, data region or grouping.