Expression Property (Filter)
In This Topic
Gets or sets an expression that is evaluated for each instance within the group or each row of the data set or data region and compared (via the
Operator) to the
Values. Failed comparisons result in the row/instance being filtered out of the data set, data region or group.
Syntax
'Declaration
Public Property Expression As RdlObject
public RdlObject Expression {get; set;}
See Also