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

ReportDesignerSettings.DataSources Property

Provides access to the data sources available during a Report Designer session.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public Dictionary<string, object> DataSources { get; }

Property Value

Type Description
Dictionary<String, Object>

A dictionary, listing the report data sources by their names.

See Also