ExpressionBindingBase Constructors
The base class that specifies the Pivot Grid field’s calculations based on string expressions.Name | Parameters | Description |
---|---|---|
ExpressionBindingBase() | none | Initializes a new instance of the ExpressionBindingBase class. |
ExpressionBindingBase(CriteriaOperator) | criteria | Initializes a new instance of the ExpressionBindingBase class with specified settings. |
ExpressionBindingBase(String) | expression | Initializes a new instance of the ExpressionBindingBase class with specified settings. |
See Also