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

XRBarCode Class

Displays a bar code in a report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultBindableProperty("Text")]
public class XRBarCode :
    XRFieldEmbeddableControl,
    IXtraSupportCreateContentPropertyValue

Remarks

The bar code’s type is determined by the XRBarCode.Symbology property.

To learn more, see Using Bar Codes.

Implements

DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
DevExpress.Utils.Serializing.Helpers.IXtraSupportCreateContentPropertyValue
See Also