Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ReportDataV2.DataTypeCaption Property

Gets the type caption of persistent objects that are displayed within the report.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EF.v19.2.dll

Declaration

[NotMapped]
public string DataTypeCaption { get; }

Property Value

Type Description
String

A string that specifies the type caption of persistent objects that are displayed within the report.

Remarks

This property returns the caption 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.

See Also