Barcode
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class Barcode : ReportItem, ITableCell
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemBarcode...
Implements:
Inherited Members
Properties
Angle
double
Internal use only
C#
public double Angle { get; set; }
Internal use only
C#
public HorizontalAlign BarAlign { get; set; }
Checksum
bool
Internal use only
C#
public bool Checksum { get; set; }
ShowText
bool
Internal use only
C#
[Obsolete("Telerik.Reporting.Processing.Barcode.ShowText property is now obsolete. You can set this property through the Bindings mechanism.")]
public bool ShowText { get; set; }
Stretch
bool
Internal use only
C#
public bool Stretch { get; set; }
Value
object
Internal use only
C#
public object Value { get; set; }