Skip to content

This example shows how to add a custom "Export to PDF" button that exports all dashboard items into the same PDF document.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/asp-net-core-dashboard-export-all-items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
DevExpressExampleBot
May 14, 2025
b3b4f8d · May 14, 2025

History

47 Commits
Mar 4, 2025
Apr 4, 2025
Dec 3, 2021
Dec 3, 2021
Dec 3, 2021
Jul 13, 2023
May 14, 2025

Repository files navigation

BI Dashboard for ASP.NET Core - How to export all dashboard items into the same PDF document

This example shows how to add a custom Export to PDF button that exports all dashboard items into the same PDF document.

Client

On the client, the ViewerApiExtensionOptions.onDashboardTitleToolbarUpdated event is handled to modify the dashboard title and add the custom export button to it. This functionality is encapsulated into a custom dashboard extension (the ExportAllItemsExtension.js file).

To perform the export operation, the client sends a GET request to a custom Export Controller.

Server

The custom Export Controller processes requests from the client side. This controller uses the following classes:

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

This example shows how to add a custom "Export to PDF" button that exports all dashboard items into the same PDF document.

Topics

Resources

License

Stars

Watchers

Forks