ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Barcore Class / HideUnsupportedBarcodeJSProperties Property

In This Topic
    HideUnsupportedBarcodeJSProperties Property
    In This Topic
    Gets or sets a value indicating whether to hide some unsupported BarcodeJS properties.
    Syntax
    'Declaration
     
    Public Property HideUnsupportedBarcodeJSProperties As Nullable(Of Boolean)
    public Nullable<bool> HideUnsupportedBarcodeJSProperties {get; set;}

    Property Value

    true if unsupported BarcodeJS properties should be hidden; otherwise, false.
    See Also