ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportStyles Class / CheckBox Property

In This Topic
    CheckBox Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property CheckBox As ReportItemStyle(Of TextBoxStyleContent)()
    public ReportItemStyle<TextBoxStyleContent>[] CheckBox {get; set;}
    See Also