ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / InputFieldCheckBoxItem Class / InputFieldCheckBoxItem Constructor

In This Topic
    InputFieldCheckBoxItem Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bounds As RectangleF, _
       ByVal fieldName As String, _
       ByVal readOnly As Boolean, _
       ByVal required As Boolean, _
       ByVal borderStyle As InputBorderStyle, _
       ByVal borderWidth As Single, _
       ByVal borderColor As Color, _
       ByVal checked As Boolean, _
       ByVal checkSize As Single, _
       ByVal checkStyle As InputCheckStyle _
    )
    public InputFieldCheckBoxItem( 
       RectangleF bounds,
       string fieldName,
       bool readOnly,
       bool required,
       InputBorderStyle borderStyle,
       float borderWidth,
       Color borderColor,
       bool checked,
       float checkSize,
       InputCheckStyle checkStyle
    )

    Parameters

    bounds
    fieldName
    readOnly
    required
    borderStyle
    borderWidth
    borderColor
    checked
    checkSize
    checkStyle
    See Also