XRBarCode.Validate() Method
Indicates whether or not the bar code is correctly rendered.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public BarCodeError Validate()
#Returns
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
Call the Validate method after specifying bar code settings (e.g., in the XRControl.BeforePrint event handler) to make sure that the resulting bar code will be properly rendered in a document.
When validation fails (indicating that the bar code is not rendered), the control displays an error message corresponding to one of the PreviewStringId enumeration values.
To learn about possible errors and the corresponding text displayed in a control, see the BarCodeError enumeration.