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.
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();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)