We are using the C1WebReport and have set the ExportFolder to a location that gets dumped everynight (our report model has many possibilities for users). The report files (xml docs) are placed in the same location as the exported document. But here is where we have an issue. The reports contain some images and those items are landing in the root folder where the web page lives; it creates a folder with the same name as the report file, abc.xml but without the xml extension and an "_files" tacked on. This presents a really huge problem for cleaning up. Why are these temporoary files for the export not landing in the ExportFolder? I would hate to think that the ExportFolder setting is being ignored in that portion of the code for the control. We have tried setting the ExportRenderMethod to HTTPHandler, but that causing a scirpting error (object referenced is null). Any help woudl be apprieciated.
Thanks.