Skip to main content

IDashboardControl.LoadDashboard(Stream) 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 a stream.

Namespace: DevExpress.DashboardWin

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

Declaration

void LoadDashboard(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object that contains the dashboard.

See Also