[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.DrawTextInputField

DrawTextInputField Method

DrawTextInputField(RectangleF, string, bool, bool, InputBorderStyle, float, Color, int, bool, bool, bool, InputTextAlign, string[])

Draw the text input field

Declaration
public void DrawTextInputField(RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor, int maxLength, bool multiline, bool password, bool spellCheck, InputTextAlign alignment, string[] textArray)
Parameters
Type Name Description
RectangleF bounds
string fieldName
bool readOnly
bool required
InputBorderStyle borderStyle
float borderWidth
Color borderColor
int maxLength
bool multiline
bool password
bool spellCheck
InputTextAlign alignment
string[] textArray