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.

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.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

A control is always printed.

Suppress

If a control receives a null value, a blank space is printed instead.

SuppressAndShrink

If a control receives a null value, it is not printed (without adding blank space in its place).

This setting has no effect on intersecting controls.

MergeByValue

Obsolete. This API is obsolete now.

MergeByTag

Obsolete. This API is obsolete now.

See Also