DataSourceBase.Name Property
Specifies the name of the current DataSourceBase object.
Namespace: DevExpress.Persistent.Base.ReportsV2
Assembly: DevExpress.Persistent.Base.v25.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
[Browsable(false)]
[DefaultValue("")]
[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