WebDashboardActionsController Class
A ViewController that provides the ShowDashboardInSeparateTab, ExportDashboard and SetDashboardParameters Actions.
Namespace: DevExpress.ExpressApp.Dashboards.Web
Assembly: DevExpress.ExpressApp.Dashboards.Web.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Web
Declaration
public class WebDashboardActionsController :
ObjectViewController<DetailView, IDashboardData>
Remarks
The WebDashboardActionsController Controller is activated in Detail Views of the IDashboardData objects. You can use the following properties to access the Controller’s Actions in your code.
| Property | Action ID | Description |
|---|---|---|
| WebDashboardActionsController.ShowDashboardInSeparateTabAction | ShowDashboardInSeparateTab | Opens the current dashboard in a new browser tab. Inactive if the WebApplication.EnableMultipleBrowserTabsSupport property is set to false. |
| WebDashboardActionsController.ExportDashboardAction | ExportDashboard | Exports the current dashboard to the image, PDF, XLSX or XML file. Inactive if the WebDashboardViewerViewItem.IsDashboardExportAllowed property of the dashboard’s View Item is set to false. |
| WebDashboardActionsController.DashboardParametersAction | SetDashboardParameters | Invokes the Dashboard Parameters dialog. Is active if current dashboard has parameters. |
These Actions are highlighted in the image below.

Implements
See Also