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

DataSourceBase.Name Property

Specifies the name of the current DataSourceBase object.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

[DefaultValue("")]
[Browsable(false)]
[XtraSerializableProperty(-1)]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A string that is the current data source name.

See Also