I am using DevExpress ASPXPivotGrid control for my ASP.NET site.I am also using DevExpress ASPXPivotGridExporter control to ASPXPivotGrid to different file formats.
The problem I am having is that ASPXPivotGridExporter cannot export themes. Exported output always come out with default formating.
I would like to know if its possible to export pivot grid with theme? If not is there work around it?
I am using DevExpress ASPXPivotGrid control for my ASP.NET site.I am also using DevExpress
Share
To customize a cell appearance during exporting, access and modify the e.Brick property (see the sample code snippet in the ASPxPivotGridExporter.CustomExportCell Event)…
Review the http://www.devexpress.com/issue=Q327108 discussion in the DevExpress support center. Hope this helps.