Skip to main content

XtraReportModel.DataMember Property

Specifies the report data member.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string DataMember { get; set; }

Property Value

Type Description
String

A String value, specifying the report data member.

Implements

See Also