A newer version of this page is available.
Switch to the current version.
ReportDesignerModel.DataSources Property
Specifies the data sources available in the Report Designer.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v18.2.Web.dll
Declaration
public DataSourceInfo[] DataSources { get; set; }
Public Property DataSources As DataSourceInfo()
Property Value
Type | Description |
---|---|
DataSourceInfo[] | An array of DataSourceInfo objects. |
See Also
Feedback