GetValueEventArgs Properties
Provides data for the CalculatedField.GetValue event.
Name | Description |
---|---|
Report |
Provides access to a report which owns the calculated field, for which the Calculated |
Row |
Provides access to a data row whose data can be used to calculate a calculated field‘s custom value in the Calculated |
Value | Gets or sets a value of a calculated field. |
See Also