ASPxDashboard.OpenDashboard(String) Method
Loads a dashboard from a string containing a dashboard XML definition.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
xml | String | A String value that specifies a dashboard XML definition. |
#Remarks
Note that the OpenDashboard method can be used only on the initial page loading (in the Page_Load event handler). To learn more about different methods of loading a dashboard, see Loading a Dashboard.
Note
Note that if you load a dashboard using ASPx