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

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