Skip to main content

ReportDesignerSettings.DataSources Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Property Value

Type Description
Dictionary<String, Object>

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

Remarks

For more information review the following help topic: Register Predefined Data Sources (ASP.NET MVC).

See Also