I am using an ultraGridDocumentExporter to export data to PDF files, as well as an ultragridExcelExporter to create Excel spreadsheets. Everything is working fine, but the problem is in the path. We would like to export the files into an open document and allow the user to view, and then save wherever they choose. All the overloads looklike they would require a path to be entered.
Is there a way to do this? Or do I have to save the file somewhere on the users machine?
Open the file after export
Did you mean that you wanted to export the data into an existing open Excel workbook or did you mean that you wanted to open the document after you exported the data?
You have to save the files on the user's machine.
Once you've done this, you can use System.Diagnostics.Process.Start(), and pass in the path to the file you just created.