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

XRPictureBox.ProcessDuplicatesTarget Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
ProcessDuplicatesTarget

A ProcessDuplicatesTarget enumeration value.

Remarks

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

See Also