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

In This Topic
    Operator Property
    In This Topic

    Gets or sets the operator used when comparing the FilterExpression to the FilterValues.

    Syntax
    'Declaration
     
    Public Property Operator As FilterOperator
    public FilterOperator Operator {get; set;}

    Property Value

    A FilterOperator enumeration of the operator used when comparing the FilterExpression to the FilterValues.

    Remarks

    Top and Bottom operators include ties in the resulting data.

    String comparisons are locale-dependent.

    Null equals Null.

    See Also