ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Barcode Class / ValueBinary Property

In This Topic
    ValueBinary Property
    In This Topic
    Special property to pass binary data to barcode. Exists primary for QR Code barcode.
    Syntax
    'Declaration
     
    Public Property ValueBinary As Byte()
    public byte[] ValueBinary {get; set;}
    See Also