Skip to main content
A newer version of this page is available. .

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