Click here to Skip to main content
15,742,377 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Not implemented. Failed to export the report. Error in File C:\WINDOWS\TEMP\temp_a85c037a-4c7a-412f-b47a-c809a4599dcc {33C4B3EB-681E-4EEE-9D97-5661F532C8A6}.rpt: Operation not yet implemented.Inner:Not implemented. Failed to export the report. Error in File C:\WINDOWS\TEMP\temp_a85c037a-4c7a-412f-b47a-c809a4599dcc {33C4B3EB-681E-4EEE-9D97-5661F532C8A6}.rpt: Operation not yet implemented.

C#
oRptBasicWith2Optionals.SetDataSource(myDataTable);
oRptBasicWith2Optionals.ExportOptions.ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.DiskFile;
oRptBasicWith2Optionals.ExportOptions.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
oRptBasicWith2Optionals.ExportOptions.DestinationOptions = DiskOpts;
oRptBasicWith2Optionals.Export();
oRptBasicWith2Optionals.Dispose();

Please help its urgent
Posted
Updated 6-Mar-12 0:35am
v5
Comments
Prasad_Kulkarni 6-Mar-12 5:36am    
post your code
suhailnoorpawane 6-Mar-12 5:55am    
oRptBasicWith2Optionals.SetDataSource(myDataTable);
oRptBasicWith2Optionals.ExportOptions.ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.DiskFile;
oRptBasicWith2Optionals.ExportOptions.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;

oRptBasicWith2Optionals.ExportOptions.DestinationOptions = DiskOpts;
oRptBasicWith2Optionals.Export();
oRptBasicWith2Optionals.Dispose();

 
Share this answer
 
Comments
suhailnoorpawane 6-Mar-12 6:49am    
some other help not use full
Uninstalling Microsoft Windows Update KB3102429 on Windows server 2008 R2 seems to solve the issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900