Skip to main content
.NET 6.0+

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.EFCore.v23.2.dll

Declaration

public string DataTypeCaption { get; }
[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