ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderBarCodeEx Class / RenderBarCodeEx Constructor / RenderBarCodeEx Constructor(BarCodeEnum)
The barcode encoding type.

In This Topic
    RenderBarCodeEx Constructor(BarCodeEnum)
    In This Topic
    Initializes a new instance of the RenderBarCodeEx class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal barCodeType As BarCodeEnum _
    )
    public RenderBarCodeEx( 
       BarCodeEnum barCodeType
    )

    Parameters

    barCodeType
    The barcode encoding type.
    See Also