ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / InputFieldItem Class / ReadOnly Property

In This Topic
    ReadOnly Property (InputFieldItem)
    In This Topic
    Prevents the user from changing the form field content.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReadOnly As Boolean
    public bool ReadOnly {get;}
    See Also