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

ProcessDuplicatesTarget Enum

Lists the values specifying whether to process duplicate values of a report control’s data, or its XRControl.Tag property values.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public enum ProcessDuplicatesTarget

Members

Name Description
Value

The XRControl.ProcessDuplicatesMode property is in effect for the reports control’s data.

Tag

The XRControl.ProcessDuplicatesMode property is in effect for the XRControl.Tag property of a report control.

Remarks

A ProcessDuplicatesTarget value is returned by the XRControl.ProcessDuplicatesTarget property.

See Also