setSectionLine() публичный Метод

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
Результат void
Пример #1
0
        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);
            }
        }