Skip to main content

IDashboardControl.LoadDashboard(Stream) Method

In This Article
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 a stream.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

void LoadDashboard(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

A Stream object that contains the dashboard.

See Also