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 CalculatedField.GetValue event was raised. |
Row | Provides access to a data row whose data can be used to calculate a calculated field‘s custom value in the CalculatedField.GetValue event handler. |
Value | Gets or sets a value of a calculated field. |
See Also