R
roger.camargo
I've been customizing the PivotTable to format the numbers and other
things also like getting the Dimensions and Levels that are visualized
on the PivotTable.
I use the DataChange Event after the Initializing the PivotObject.
I tried to do the same for a ChartSpace but first it doesn't have a
DataChange Event, so I tried using the InternalPivotTable object and
using its DataChange Event, but I get an exception because the
InternalPivotTable.
When this property has a value? is there any event to know this? I'm
guessin' that only if the ChartSpace is bounded to an external
datasource this property has a value, how can I know when this happens
so I can use its DataChange Event?
Or is there any other way to simulate it's DataChange Event?
things also like getting the Dimensions and Levels that are visualized
on the PivotTable.
I use the DataChange Event after the Initializing the PivotObject.
I tried to do the same for a ChartSpace but first it doesn't have a
DataChange Event, so I tried using the InternalPivotTable object and
using its DataChange Event, but I get an exception because the
InternalPivotTable.
When this property has a value? is there any event to know this? I'm
guessin' that only if the ChartSpace is bounded to an external
datasource this property has a value, how can I know when this happens
so I can use its DataChange Event?
Or is there any other way to simulate it's DataChange Event?