Hello,
I have an asp.net application where I use a CrystalReportViewer. The user runs the report via the application. They then click on on the the Export button in the viewer with PDF as the format. This launches the PDF file. When I click the Save icon, the Save As dialog box comes up. The default name in this window is the name of the .aspx file. I want to be able to specify what this file name should be instead of it defaulting to the name of the asp page in which the report was launched.
I do not want to recreate the Export button, I am trying to find a way to do this with existing crystal functionality. Can anyone please help?? Thank you!!