Is there anyway to set the default path for Save As dialog during Export in Wpf Report Viewer?
Thanks
tungngie
3 Answers, 1 is accepted
0
Accepted
Stef
Telerik team
answered on 01 Nov 2013, 04:25 PM
Hi Tungngie,
You can edit the WPF ReportViewer control template with Blend and add custom UI to handle the export programmatically. This will allow you to set default export path.
Let us know if you have any further questions.
Regards,
Stef
Telerik
Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.
Thanks for your reply. If I programmatically export the report and have my own Save As Dialog, will i be able to call on something to have the export progress showing?
tungngie
0
Stef
Telerik team
answered on 11 Nov 2013, 04:18 PM
Hi,
Displaying a custom progress bar implies you know the time for which the report will be processed and rendered. What can be achieved is to display some type of message, that the report is still being processed, by subscribing for the ReportViewerModel.State property changes.
Regards,
Stef
Telerik
New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.