I have some CR9 reports that I'm trying to export from my an asp.net application written using C#. I have exported these reports using all the export formats, doc, rtf, pdf, and xls, successfully. However, I am now trying to export some of these using the HTML40 format. I'm able to successfully export the file to disk, but a subdirectory is created during the process which I do not want. Has anyone seen this behavior before? If so, is there a way to prevent this subdirectory from being created.
Also, when I go to write the temp html file out to Internet explorer for a user to view I get a "file not found error". I'm not sure if this additional subdirectory is causing this error, but I've written the file path to include this subdirectory when using the Response.WriteFile method. Has anyone else ran into this type of issue when trying to export a CR9 report to HTML format from within a C# application?
Any informatin is appreciated.
oj
OJ
DB/.Net/CR Developer
Also, when I go to write the temp html file out to Internet explorer for a user to view I get a "file not found error". I'm not sure if this additional subdirectory is causing this error, but I've written the file path to include this subdirectory when using the Response.WriteFile method. Has anyone else ran into this type of issue when trying to export a CR9 report to HTML format from within a C# application?
Any informatin is appreciated.
oj
OJ
DB/.Net/CR Developer