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

XRControl.ProcessDuplicates Property

OBSOLETE

The DevExpress.XtraReports.UI.ProcessDuplicates property is now obsolete. Use the DevExpress.XtraReports.UI.ProcessDuplicatesTarget and DevExpress.XtraReports.UI.ProcessDuplicatesMode properties instead.

Obsolete. See ProcessDuplicatesMode.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[Obsolete("The DevExpress.XtraReports.UI.ProcessDuplicates property is now obsolete. Use the DevExpress.XtraReports.UI.ProcessDuplicatesTarget and DevExpress.XtraReports.UI.ProcessDuplicatesMode properties instead.")]
[SRCategory(ReportStringId.CatBehavior)]
[Browsable(false)]
public virtual ValueSuppressType ProcessDuplicates { get; set; }

Property Value

Type
ValueSuppressType

Available values:

Name Description
Leave

Leaves all controls with null values as is.

Suppress

Removes all controls with null values and substitutes them with blank space.

SuppressAndShrink

Removes all controls with null values and shrinks the blank space between them. Note that you cannot use this mode for intersecting controls and vertical bands.

MergeByValue

Obsolete. This API is obsolete now.

MergeByTag

Obsolete. This API is obsolete now.

See Also