Skip to main content

IDashboardControl.LoadDashboard(String) Method

SECURITY NOTE

Do not load files obtained from untrusted sources. Such files may pose a security risk. Please review the following article for additional information: Suppress Control Requests to Download Data from External URLs

Loads a dashboard from an XML file.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

Declaration

void LoadDashboard(
    string filePath
)

Parameters

Name Type Description
filePath String

A String that specifies the path to an XML file that contains the dashboard.

See Also