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

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.v18.2.dll

Declaration

[TypeConverter("DevExpress.ExpressApp.ReportsV2.Win.ReportDataTypeConverterForDesigner, DevExpress.ExpressApp.ReportsV2.Win.v18.2, Version=18.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