List & Label .NET
combit.Reporting.Dom Namespace / PropertyDatamatrixBarcodeSource Class

In This Topic
    PropertyDatamatrixBarcodeSource Class Properties
    In This Topic

    For a list of all members of this type, see PropertyDatamatrixBarcodeSource members.

    Public Properties
     NameDescription
    Public PropertyBarcode type. (Inherited from combit.Reporting.Dom.PropertyBarcodeSource)
    Public Property  
    Public PropertyContent formula, e.g. 'Barcode("123", "Code128")'. (Inherited from combit.Reporting.Dom.PropertyBarcodeSource)
    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

    (Inherited from combit.Reporting.Dom.PropertyBarcodeSource)
    Public Property  
    Public PropertyFixed text to display in the barcode. The barcode type is determined by BarcodeType. (Inherited from combit.Reporting.Dom.PropertyBarcodeSource)
    Public PropertyValue and type of the barcode are determined by the passed variable. This variable needs to be of type "barcode". (Inherited from combit.Reporting.Dom.PropertyBarcodeSource)
    Top
    See Also