A newer version of this page is available.
Switch to the current version.
XRBarCode.ProcessNullValues Property
Specifies how to process a XRBarCode control with null values. See the ValueSuppressType enumeration description for information on how different modes process null values.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(true)]
public override ValueSuppressType ProcessNullValues { get; set; }
<Browsable(True)>
Public Overrides Property ProcessNullValues As ValueSuppressType
Property Value
Type | Description |
---|---|
ValueSuppressType | A ValueSuppressType enumeration value. |
Remarks
The XRBarCode control has a null value if its Text property returns null (Nothing in Visual Basic).
See Also
Feedback