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

Add Bar Codes to Reports

  • 2 minutes to read

This document explains how to use the XRBarCode report control.

Bar Code Options

To add a bar code to a report, drag the XRBarCode item from the DX.20.1: Report Controls Toolbox tab and drop it onto the report.

toolbox-add-bar-code

Specify the following bar code properties.

Common Errors

The following table explains how to work around the errors that may occur during incorrect bar code use.

Error

Solution

Control’s boundaries are too small for the bar code

Enable the XRBarCode.AutoModule property and/or increase the bar code’s dimensions.

There are invalid characters in the text

Supply data that applies to the bar code’s specification.

Invalid text format

Binary data can’t be longer than the specified number of bytes

Pdf417/QRCode with binary data

Decrease the encoded data quantity (the error specifies the possible maximum).

Incompatible settings: Logo size / Module / Error correction level

QRCode with Logo

Try one of the following actions:

To process these errors at runtime, call the XRBarCode.Validate method in the XRControl.BeforePrint event handler.

See Also