Skip to main content
All docs
V25.1
  • 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.v25.1.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