R
Rabbani
Hi
I am able to save a pivottable report by saving the PivotTable.XMLData. While displaying back this Saved Report, I am assigning this XMLData to the PivotTable as PivotTable.XMLData = XMLData.
Now that our users want to save the Chart (which is bound to the pivottable on the same asp page) as well along with the pivot table. The users want to save the complete report (both PivotTable and Chart), they also want to make some changes in the chart like changing the chart type, changing colors, background etc.
The problem is that when I am saving the ChartSpace.XMLData along with PivotTable.XMLData, but when I set them back, the PivotTable shows up well but the ChartSpace is empty.
I will really appreciate if you can help me with this
Thanks
Rabban
I am able to save a pivottable report by saving the PivotTable.XMLData. While displaying back this Saved Report, I am assigning this XMLData to the PivotTable as PivotTable.XMLData = XMLData.
Now that our users want to save the Chart (which is bound to the pivottable on the same asp page) as well along with the pivot table. The users want to save the complete report (both PivotTable and Chart), they also want to make some changes in the chart like changing the chart type, changing colors, background etc.
The problem is that when I am saving the ChartSpace.XMLData along with PivotTable.XMLData, but when I set them back, the PivotTable shows up well but the ChartSpace is empty.
I will really appreciate if you can help me with this
Thanks
Rabban