CalculatedFieldCreateEventArgs
23 Sep 20251 minute to read
The calculated field create event arguments provide the necessary information about the calculated field settings before it creates to update the pivot table.
Properties
calculatedField ICalculatedFields
Defines current calculated field’s information that used to modify and update.
calculatedFieldSettings ICalculatedFieldSettings[]
Defines current calculated fields collection in the current pivot report.
cancel boolean
Defines an option to restrict the calculated field create operation
dataSourceSettings IDataOptions
Defines current pivot report
fieldName string
Defines the field name to create/update the calculated field settings.