Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the operator to use to compare the values in the FilterExpression and FilterValues properties.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Operator As Operators
Get
Set
'Usage
Dim instance As Filter
Dim value As Operators
value = instance.Operator
instance.Operator = value
public Operators Operator { get; set; }
public:
property Operators Operator {
Operators get ();
void set (Operators value);
}
member Operator : Operators with get, set
function get Operator () : Operators
function set Operator (value : Operators)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Operators
An Operators object.