Hello,
I want to save the state of the PivotSchemaDesigner control: columns, rows, calculations and filters. I'v tried with the properties.
- PivotSchemaDesigner.model.pivotRows
- PivotSchemaDesigner.model.pivotColumns
- PivotSchemaDesigner.model.pivotCalculations
- PivotSchemaDesigner.model.filters
But, these propeties don't have the correct values when you make some changes in the PivotSchemaDesigner control: changes rows by columns, columns by filters....
How to access to the correct rows, columns, calculation and filters values?
Thanks!