DashboardDesigner.LoadDashboard(Stream) Method
Loads a dashboard from a stream.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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.
- Create and assign an instance of the Dashboard class to the DashboardDesigner.Dashboard property.
- Use the LoadDashboard method to open a dashboard from a file or stream.
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.
Implements
See Also