ClassFilter
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(FilterConverter))]
public sealed class Filter
Inheritance: objectFilter
Constructors
Filter(string, FilterOperator, string)
Internal use only
Declaration
public Filter(string expression, FilterOperator @operator, string value)
Parameters
expression
string
operator
value
string
Properties
Expression
Declaration
public string Expression { get; set; }
Property Value
string
Operator
Declaration
public FilterOperator Operator { get; set; }
Property Value
Value
If the Value starts with the equal (=) sign, it will be evaluated as an expression otherwise - as string value. For ex. if the value is 7 it is interpreted as the string "7"; To compare a numeric expression with the number 7, use the expression syntax which begins with the equal sign: =7.
Declaration
public string Value { get; set; }
Property Value
string
Methods
Equals(Filter)
TODO: Add documentation.
Equals(object)
TODO: Add documentation.
Declaration
public override bool Equals(object obj)
Parameters
obj
object
Returns
bool
Overrides
GetHashCode()
TODO: Add documentation.
Declaration
public override int GetHashCode()
Returns
int
Overrides
ToString()
TODO: Add documentation.
Declaration
public override string ToString()
Returns
string
Overrides
Events
PropertyChanged
Internal use only
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
PropertyChangedEventHandler