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 Added By: Vasily (DevExpress Support) at: 3/30/2016 1:23:31 AM
Hi Kuldip,
To process your recent post more efficiently, I created a separate ticket on your behalf: T361797: HTML5 Document Viewer - What code is called when the report is exported to PDF. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.
I am getting exception as Buffer cannot be null.
Parameter name: buffer
Line 22: Line 23: Line 24: @Html.DevExpress().ReportDesigner(settings => { Line 25: settings.Name = "reportDesigner"; Line 26:
Added By: Vasily (DevExpress Support) at: 7/7/2016 4:47:01 AM Hi Girish,We detected that you have posted the similar question to ticket T400345: Issue in loading designer if there is no saved templates in table. We kindly ask you to avoid posting duplicated issues in the future. This will save time, and will allow us to provide better service.
We will post our answer in ticket T400345.