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

DataSourceInfo Class

Contains information about a data source.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[DataContract]
public class DataSourceInfo :
    EntityInfo<string>,
    ICloneable

Inheritance

Object
EntityInfo<String>
DataSourceInfo
See Also