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

DashboardOlapDataSource.LoadFromXml(XElement) Method

Loads the data source definition from XML.

Namespace: DevExpress.DashboardCommon

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

Declaration

public void LoadFromXml(
    XElement element
)

Parameters

Name Type Description
element XElement

A XElement value containing an XML definition of the data source.

See Also