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

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