Skip to main content
.NET 6.0+

IInplaceReportV2.DataTypeName Property

Gets the name of the report’s data type.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

string DataTypeName { get; }

Property Value

Type Description
String

A string which is the name of the report’s data type.

Remarks

This property returns the name of the data type that the report data source is bound to. The data type of predefined reports is specified via the PredefinedReportsUpdater.AddPredefinedReport<T> method. The data type of runtime reports is taken from the data source (from the DataSourceBase.ObjectTypeName property).

See Also