ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / InputField Class / Required Property

In This Topic
    Required Property (InputField)
    In This Topic
    Forces the user to fill in the selected field.
    Syntax
    'Declaration
     
    Public Property Required As Boolean
    public bool Required {get; set;}
    See Also