ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Filter Class / FilterExpression Property

In This Topic
    FilterExpression Property
    In This Topic

    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
    'Declaration
     
    Public Property FilterExpression As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.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.

    See Also