View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Error ExportPicture in PivotTable

Hello,


I'm using the PivotTable and ChartSpace in same ASP.NET page.
This page contents one JavaScript Function to PivotTable Export
Pictures:

Example of my javascript function:
function ExportPictures()
{
window.document.PivotTable("Test.gif", "gif", 1024, 1024);
}


When I use this JavaScript Function, one error occurs:
Operation cancelled for the user

But, if i use this same function with ChartSpace, works fine.

Somebody knows what it can be?

Tks