BeforeServiceInvokeEventArgs
23 Sep 20251 minute to read
The before service invoke event arguments provide the necessary information about the service before it get invoked.
Properties
action string
Defines the action which is being performed.
aggregatedItem IFieldOptions
Defines the aggregate item.
calculatedItem ICalculatedFields
Defines the calculated item.
customProperties Object
Defines the custom properties which needs to pass to server side.
dataSourceSettings IDataOptions
Defines the data source settings.
drillItem IDrilledItem
Defines the drill item.
editArgs UpdateRawDataArgs
Defines the raw data needs to be updated.
excelExportProperties ExcelExportProperties
Defines the options for customizing the excel document during export.
exportAllPages boolean
Allows you to export the pivot table data of all pages.
fetchRawDataArgs FetchRawDataArgs
Defines the raw data needs to be fetched.
filterItem IFilter
Defines the filter item.
hash string
Defines the hash string.
internalProperties Object
Defines the internal properties.
isGroupingUpdated boolean
Defines whether the pivot table’s group settings are modified or not.
memberName string
Defines the member name.
request XMLHttpRequest
Defines XML HTTP Request.
sortItem ISort
Defines the sort item.