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

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

public getTypeSection ( ) : csRptSectionType
Результат csRptSectionType
        public csRptSectionType getTypeSection()
        {
            return m_typeSection;
        }

Usage Example

Пример #1
0
 public csRptSectionType getTypeSection()
 {
     return(m_sectionLines.getTypeSection());
 }