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

Dashboard.LoadUserDataFromXml(Stream) Method

Loads user data from the specified stream.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public static XElement LoadUserDataFromXml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object that is a stream containing a dashboard.

Returns

Type Description
XElement

A XElement object that represents the XML element containing user data.

See Also