Skip to main content
A newer version of this page is available. .

DashboardDesigner.LoadDashboard(Stream) Method

Loads a dashboard from a stream.

Namespace: DevExpress.DashboardWin

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

Declaration

public void LoadDashboard(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object that contains the dashboard XML definition.

Remarks

You can open a dashboard in one of the following ways.

To save a dashboard to a file or a stream, use the Dashboard.SaveToXml method.

Note

If the DashboardDesigner / DashboardViewer control is placed in the MDI child form, load dashboards in the Shown event handler instead of Load.

See Also