[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.InputFieldText.WriteXml

WriteXml Method

WriteXml(XmlElement)

Writes the control data to the specified XML element.

Declaration
protected override bool WriteXml(XmlElement controlNode)
Parameters
Type Name Description
XmlElement controlNode

The XML element to write to.

Returns
Type Description
bool

true if the write succeeded; otherwise, false.

Overrides