[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.InputFieldText.ReadXml

ReadXml Method

ReadXml(XmlNode)

Reads the control data from the specified XML node.

Declaration
protected override bool ReadXml(XmlNode controlNode)
Parameters
Type Name Description
XmlNode controlNode

The XML node to read from.

Returns
Type Description
bool

true if the read succeeded; otherwise, false.

Overrides