[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Filter.FilterExpression

FilterExpression Property

FilterExpression

Gets or sets an expression that will be 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 ExpressionInfo FilterExpression { get; set; }
Property Value
Type Description
ExpressionInfo

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.