ReportDesignerSettings.DataSources Property
Provides access to the data sources available during a Report Designer session.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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