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

XRControl.ProcessDuplicatesTarget Property

Specifies whether the data field value or the Tag property value is used to identify duplicate values in the report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v22.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
[DefaultValue(ProcessDuplicatesTarget.Value)]
[SRCategory(ReportStringId.CatBehavior)]
public virtual ProcessDuplicatesTarget ProcessDuplicatesTarget { get; set; }

Property Value

Type Default Description
ProcessDuplicatesTarget Value

The enumeration member ProcessDuplicatesTarget, which determines which value is considered to be a duplicate.

Remarks

View Example: Reporting for WinForms - How to Vertically Merge Cells With Duplicate Values

See Also