public void setSectionLine(cReportSectionLine rhs) { m_sectionLine = rhs; cReportControl ctrl = null; for (int _i = 0; _i < this.Count; _i++) { ctrl = item(_i); ctrl.setSectionLine(rhs); } }