XML Data not being restored properly

  • Thread starter Anthony D'Angelo
  • Start date
A

Anthony D'Angelo

I have a routine that saves the current Pivot Table
Settings, using XMLData, into a database. When I restore
the XMLData to the Pivot Table all of the xml is restored
except for the style settings in the XML Tag, the default
styles are used.

For Example:
<x:pivotView> <x:TotalFormat Style=''font-
family:Arial;font-size:8pt;background:lightyellow''/>
<x:UseProviderFormatting/> </x:pivotView>

Is this a bug?
 
Top