[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.InputFieldItem.-ctor

InputFieldItem Constructor

InputFieldItem(CanvasType)

Initializes an instance of class InputFieldItem.

Declaration
protected InputFieldItem(CanvasType type)
Parameters
Type Name Description
CanvasType type

The canvas type.

InputFieldItem(CanvasType, RectangleF, string, bool, bool, InputBorderStyle, float, Color)

Initializes an instance of class InputFieldItem.

Declaration
protected InputFieldItem(CanvasType type, RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor)
Parameters
Type Name Description
CanvasType type

The canvas type.

RectangleF bounds

The bounds.

string fieldName

The name of the field.

bool readOnly

The flag defining the read-only state.

bool required

The flag defining the required state

InputBorderStyle borderStyle

The border style.

float borderWidth

The border width.

Color borderColor

The border color.