This example demonstrates how you can integrate the Web Report Designer into your web application. The application contains a simple report catalog, allowing you to add, delete, and edit reports whose layout data is stored in a custom data storage (i.e., an MS SQL database).
Added By: bcoffee at: 4/6/2015 9:50:04 AM
While exporting report to PDF i wan to see which piece of code is getting executed.
Is it happening at client side or server side?
When i refred this link fo rthe same, and choose viewer as asp.net and tried exporting i can clearly see the api call happning. May i know how can i implement the same in this example.
https://demos.devexpress.com/MVCxReportDemos/WebSpecificFeatures/ReportDesignerReport?ShowAspNetViewer=1
Additionally, this example demonstrates how you can add custom commands to the report designer menu at runtime to provide better integration with your application. In the example, the custom Save&Close menu command is introduced, which redirects you to the catalog page after saving the report.
Important note: Starting with version 15.2, the ReportStorageWebExtension is used to manage the reports storage for the Web Report Designer instead of the controller actions.
Question Comments
Added By: bcoffee at: 4/6/2015 9:50:04 AM
I'm trying to use this example to run a save report in DocumentViewer but I'm having no luck. Is it possible to extend this example to Run function in addition to Create, Edit and Delete?
Added By: Yaroslav (DevExpress Support) at: 4/6/2015 11:59:18 AM To avoid discussing multiple topics in this thread, I've extracted your question to the How to run a save report in DocumentViewer ticket created on your behalf. Let's continue our conversation there.Added By: kuldip patel at: 3/29/2016 10:36:49 PM I have seen this example.While exporting report to PDF i wan to see which piece of code is getting executed.
Is it happening at client side or server side?
When i refred this link fo rthe same, and choose viewer as asp.net and tried exporting i can clearly see the api call happning. May i know how can i implement the same in this example.
https://demos.devexpress.com/MVCxReportDemos/WebSpecificFeatures/ReportDesignerReport?ShowAspNetViewer=1