D
Douglas Osborne
All,
When I run the following code in Javascript to convert a Pivot Table to an
image, I get a 'The user canceled the operation' as an error message with
the error simply being 'Error'.
var imgName = "c:\\advantage\\tmpimages\\test2.jpg";
frm1.PivotTable1.ExportPicture( imgName, "jpg", 650, 500 );
The following works fine from exporting a Chart Space to an image
var imgName = "c:\\advantage\\tmpimages\\test.jpg";
frm1.ChartSpace1.ExportPicture( imgName, "jpg", 650, 500 );
Any idea why the Pivot Table gives up the ghost?
Best,
Doug
When I run the following code in Javascript to convert a Pivot Table to an
image, I get a 'The user canceled the operation' as an error message with
the error simply being 'Error'.
var imgName = "c:\\advantage\\tmpimages\\test2.jpg";
frm1.PivotTable1.ExportPicture( imgName, "jpg", 650, 500 );
The following works fine from exporting a Chart Space to an image
var imgName = "c:\\advantage\\tmpimages\\test.jpg";
frm1.ChartSpace1.ExportPicture( imgName, "jpg", 650, 500 );
Any idea why the Pivot Table gives up the ghost?
Best,
Doug