Am Dispalying a crystal report using javascript Popup :
window.open("reports_1_cox.aspx");
Aspx :
<CR:CrystalReportViewer ID="coxReportIdVw" runat="server" Height="50px"
ToolPanelWidth="200px" Width="350px"/>
I can see the report is loaded properly but when I am trying to export or print the report it is throwing me this error :
Failed to export using the options you specified. Please check your options and try again.
have tried placing Viewer in Update Panel but no luck.