PivotDataSourceSchemaSettingsTagHelper

Example

Razor
<schema>
    <cube></cube>
    <model></model>
</schema>

ChildTags

Attributes

AttributeTypeDescription
aggregatesStringThe field from the response which contains the aggregate results. Can be set to a function which is called to return the aggregate results from the response.The result of the function should be a JavaScript object which contains the aggregate results for every field in the following format:For example, if the data source is configured like this:The aggregate results should have the following format:
aggregates-handlerStringThe field from the response which contains the aggregate results. Can be set to a function which is called to return the aggregate results from the response.The result of the function should be a JavaScript object which contains the aggregate results for every field in the following format:For example, if the data source is configured like this:The aggregate results should have the following format:
axesStringSets the axes configuration for the pivot data source schema.
axes-handlerStringSets the axes handler for the pivot data source schema.
catalogsStringSets the catalogs configuration for the pivot data source schema.
catalogs-handlerStringSets the catalogs handler for the pivot data source schema.
cubePivotDataSourceSchemaCubeTagHelperSets the cubes configuration for the pivot data source schema.
cubesStringSets the cubes configuration for the pivot data source schema.
cubes-handlerStringSets the cubes handler for the pivot data source schema.
dataStringThe field from the server response which contains the data items. Can be set to a function which is called to return the data items for the response.
datahandlerStringSets the data handler for the pivot data source schema.
dimensionsStringSets the dimensions configuration for the pivot data source schema.
dimensions-handlerStringSets the dimensions handler for the pivot data source schema.
errorsStringThe field from the server response which contains server-side errors. Can be set to a function which is called to return the errors for response. If there are any errors, the error event will be fired.
errors-handlerStringThe field from the server response which contains server-side errors. Can be set to a function which is called to return the errors for response. If there are any errors, the error event will be fired.
groupsStringThe field from the server response which contains the groups. Can be set to a function which is called to return the groups from the response.The result should have the following format:
groups-handlerStringThe field from the server response which contains the groups. Can be set to a function which is called to return the groups from the response.The result should have the following format:
hierarchiesStringSets the hierarchies configuration for the pivot data source schema.
hierarchies-handlerStringSets the hierarchies handler for the pivot data source schema.
levelsStringSets the levels configuration for the pivot data source schema.
levels-handlerStringSets the levels handler for the pivot data source schema.
measuresStringSets the measures configuration for the pivot data source schema.
measures-handlerStringSets the measures handler for the pivot data source schema.
parseStringExecuted before the server response is used. Use it to preprocess or parse the server response.
totalStringThe field from the server response which contains the total number of data items. Can be set to a function which is called to return the total number of data items for the response.
total-handlerStringThe field from the server response which contains the total number of data items. Can be set to a function which is called to return the total number of data items for the response.
typeStringThe type of the response.The supported values are: "xml" or "json". By default, the schema interprets the server response as JSON.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support