Our dashboard controls allow you to export the entire dashboard or a particular dashboard item. We have two separate options to display or hide corresponding export buttons in the dashboard title and dashboard item caption.
However, the default state of these options in different dashboard controls is different. In the WinForms Dashboard Designer, both the dashboard export and the export of dashboard items are enabled by default. In the WinForms Dashboard Viewer, the WPF Dashboard Control, and the Web Dashboard export of dashboard items is turned off initially.
To enable the dashboard items export in versions prior 19.2, it was necessary to enable the corresponding AllowPrintDashboardItems/AllowExportDashboardItems options. However, according to our customer requests, exporting dashboard items is a popular scenario and now we enabled this functionality in all dashboard controls.
If this change does not meet your requirements, you can restore the previous behavior and turn the option off. For this, use the following properties/methods depending on the target platform:
WinForms:
DashboardViewer.AllowPrintDashboardItems
WPF:
DashboardControlBase.AllowPrintDashboardItems
ASP.NET Web Forms:
ASPxDashboard.AllowExportDashboardItems
ASP.NET MVC:
DashboardExtensionSettings.AllowExportDashboardItems
ASP.NET Core:
DashboardExportOptionBuilder.AllowExportDashboardItems
HTML JavaScript:
DashboardExportExtension.allowExportDashboardItems