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

XRControl.ProcessDuplicatesTarget Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

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

Property Value

Type Default
ProcessDuplicatesTarget Value

Available values:

Name Description
Value

The control’s field data values are considered when the report processes duplicate values.

Tag

The control’s Tag property values are considered when the report processes duplicate values.

See Also