[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.InputField

InputField Class

Base input field component

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public abstract class InputField : ARControl, IComponent, IDisposable, IPersistControl

Constructors

Name Description
InputField()

Properties

Name Description
BackColor

Background color

BorderColor

Border color

BorderStyle

Border style

BorderWidth

Border width

FieldName

Specifies the unique name of the field.

ForeColor

Font color

ReadOnly

Prevents the user from changing the form field content.

Required

Forces the user to fill in the selected field.

TabIndex

Specifies the tab index.

Methods

Name Description
QuickLoad(BinaryReader)

Loads the control from specified binary reader.

QuickSave(BinaryWriter)

Saves the control to the specified binary writer.

ReadXml(XmlNode)

Reads the control from specified XML node.

WriteXml(XmlElement)

Writes the control as XML to specified XML node.

Extension Methods