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