combit List & Label 30 - .NET Help
combit.Reporting.Dom Namespace / PropertyBarcodeSource Class
Properties Methods

PropertyBarcodeSource Class Members

The following tables list the members exposed by PropertyBarcodeSource.

Public Properties
 NameDescription
Public PropertyBarcode type.  
Public PropertyContent formula, e.g. 'Barcode("123", "Code128")'.  
Public Property (Inherited from combit.Reporting.Dom.DomItem)
Public Property

Gets or sets the source for the barcode's content. Available values are:

  

Value Meaning
0 Text
1 Formula
2 Variable

 
Public PropertyFixed text to display in the barcode. The barcode type is determined by BarcodeType.  
Public PropertyValue and type of the barcode are determined by the passed variable. This variable needs to be of type "barcode".  
Top
Public Methods
 NameDescription
Public MethodCopies all cloneable properties from one item to another. Make sure to call ResetInformation on the modified project in order to rebuild the object model afterwards. (Inherited from combit.Reporting.Dom.DomItem)
Public Method (Inherited from combit.Reporting.Dom.DomItem)
Public Method (Inherited from combit.Reporting.Dom.DomItem)
Public Method (Inherited from combit.Reporting.Dom.DomItem)
Top
See Also