ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Filter Class
Properties Methods

In This Topic
    Filter Class Members
    In This Topic

    The following tables list the members exposed by Filter.

    Public Constructors
     NameDescription
    Public Constructor

    Initializes a new instance of the Filter class.

     
    Top
    Public Properties
     NameDescription
    Public 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.

     
    Public Property

    Gets the values to compare to the FilterExpression.

     
    Public Property

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

     
    Top
    Public Methods
     NameDescription
    Public MethodValidates the information in each property of the Filter object.  
    Top
    See Also