combit List & Label 28 - .NET Hilfe
combit.Reporting.Dom Namespace / PropertyBarcodeSource Klasse / Formula Eigenschaft


In diesem Thema
    Formula Eigenschaft (PropertyBarcodeSource)
    In diesem Thema

    Der Wert und der Typ des Barcodes wird anhand einer Formel ermittelt. Eine solche Formel könnte wie folgt aussehen:

    Barcode("1234", "EAN 128")

    Syntax
    'Deklaration
     
    
    Public Property Formula As String
    public string Formula {get; set;}
    public:
    property String^ Formula {
       String^ get();
       void set (    String^ value);
    }
    Anforderungen

    Plattformen: Windows 8.1 bis Windows 10 (Version 20H2 - 22H2), Windows 11 (21H2 - 22H2), Windows Server 2012 - 2022

    Siehe auch