Gets or sets a value indicating whether the barcode should display a
human-readable text representation of the encoded value.
Namespace:
Telerik.Reporting
Assembly:
Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
| C# |
|---|
public bool ShowText { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ShowText As Boolean |
Field Value
true if the barcode should display text, otherwise false.
See Also