CSReportDll.cReportSectionLines.setTypeSection C# (CSharp) Метод

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

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
Результат void
        public void setTypeSection(csRptSectionType rhs)
        {
            m_typeSection = rhs;
        }

Usage Example

Пример #1
0
 public void setTypeSection(csRptSectionType rhs)
 {
     m_sectionLines.setTypeSection(rhs);
 }