This example demonstrates how to export a dashboard displayed using the ASP.NET MVC Dashboard extension on the server side using the WebDashboardExporter class. The following API is used:
- The ASPxClientDashboard.BeforeRender event is handled to obtain the client-side DashboardControl with the ASPxClientDashboard.GetDashboardControl method.
- The AJAX request is used to send the dashboard identifier and state to the server side. On the server side, these values are received as action method parameters and passed to the WebDashboardExporter.ExportToPdf method.
- Dashboard for Web Forms - How to Enable Export in Data Inspector
- Dashboard for Web Forms - How to export Web Dashboard into PDF with different filter values on different pages
(you will be redirected to DevExpress.com to submit your response)