CalculatedField Constructors
A calculated field that allows you to apply complex expressions to data fields obtained from the data source.
Name | Parameters | Description |
---|---|---|
Calculated |
none |
Initializes a new instance of the Calculated |
Calculated |
expression, name, data |
Initializes a new instance of the Calculated |
Calculated |
data |
Initializes a new instance of the Calculated |
Calculated |
data |
Initializes a new instance of the Calculated |
Calculated |
expression, name |
Initializes a new instance of the Calculated |
Calculated |
expression |
Initializes a new instance of the Calculated |
See Also