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

XRRichTextBase.ProcessDuplicatesTarget Property

Specifies whether to process duplicate values of the XRControl.Text, or XRControl.Tag property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

[Browsable(true)]
public override ProcessDuplicatesTarget ProcessDuplicatesTarget { get; set; }

Property Value

Type Description
ProcessDuplicatesTarget

A ProcessDuplicatesTarget enumeration 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.

Remarks

The processing of report controls with duplicate values is defined by the XRRichTextBase.ProcessDuplicatesMode property.

See Also