[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.CrossSectionControl.ReadBounds

ReadBounds Method

ReadBounds(XmlNode)

Read bounds of the control

Declaration
protected override bool ReadBounds(XmlNode controlNode)
Parameters
Type Name Description
XmlNode controlNode
Returns
Type Description
bool
Overrides

ReadBounds(BinaryReader)

Reads the control bounds from specified binary reader.

Declaration
protected override void ReadBounds(BinaryReader binReader)
Parameters
Type Name Description
BinaryReader binReader
Overrides