Skip to main content
.NET 6.0+

DataSourceBase.ObjectTypeName Property

Specifies the business object type name to be used by the DataSourceBase to load data.

Namespace: DevExpress.Persistent.Base.ReportsV2

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

Declaration

[TypeConverter("DevExpress.ExpressApp.ReportsV2.Win.ReportDataTypeConverterForDesigner, DevExpress.ExpressApp.ReportsV2.Win.v23.2, Version=23.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a")]
[XtraSerializableProperty(-1)]
public string ObjectTypeName { get; set; }
[TypeConverter("DevExpress.ExpressApp.ReportsV2.Win.ReportDataTypeConverterForDesigner, DevExpress.ExpressApp.ReportsV2.Win.v23.2, Version=23.2.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
[XtraSerializableProperty(-1)]
public string ObjectTypeName { get; set; }

Property Value

Type Description
String

A string which is the business object type name.

See Also