WebDashboardActionsController Class
In This Article
A ViewController that provides the ShowDashboardInSeparateTab, ExportDashboard and SetDashboardParameters Actions.
Namespace: DevExpress.ExpressApp.Dashboards.Web
Assembly: DevExpress.ExpressApp.Dashboards.Web.v24.2.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 |
---|---|---|
Web |
Show |
Opens the current dashboard in a new browser tab. Inactive if the Web |
Web |
Export |
Exports the current dashboard to the image, PDF, XLSX or XML file. Inactive if the Web |
Web |
Set |
Invokes the Dashboard Parameters dialog. Is active if current dashboard has parameters. |
These Actions are highlighted in the image below.
#Implements
See Also