A newer version of this page is available.
Switch to the current version.
XRBarCode.Text Property
Gets or sets the textual information to be coded into a barcode.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String value to be coded into a barcode. |
Remarks
Use the Text property to code textual information into a barcode.
Some barcode symbologies also support encoding binary data assigned to a barcode's XRBarCode.BinaryData property.
See Also
Feedback