ValueSuppressType Enum
Lists the values that specify how to process report controls that receive empty values.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Members
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 field is obsolete (this API is now obsolete). |
MergeByTag
|
Obsolete. This field is obsolete (this API is now obsolete). |
Remarks
A ValueSuppressType enumeration value is returned by the ProcessNullValues property.
See Also