CSReportEditor.cEditor.pGetSection C# (CSharp) Метод

pGetSection() приватный Метод

private pGetSection ( bool &isGroup ) : cReportSection
isGroup bool
Результат CSReportDll.cReportSection
        private cReportSection pGetSection(
            out bool isGroup)
        {
            bool isSecLn;
            bool isGroupHeader;
            bool isGroupFooter;
            cReportSectionLine secLn;
            return pGetSection(out isGroup, out isSecLn, out secLn, false, out isGroupHeader, out isGroupFooter);
        }

Same methods

cEditor::pGetSection ( bool &isGroup, bool &isSecLn ) : cReportSection
cEditor::pGetSection ( bool &isGroup, bool &isSecLn, cReportSectionLine &secLn, bool returnSecLn, bool &isGroupHeader, bool &isGroupFooter ) : cReportSection
cEditor::pGetSection ( bool &isSecLn, cReportSectionLine &secLn, bool returnSecLn ) : cReportSection
cEditor::pGetSection ( bool &isSecLn, cReportSectionLine &secLn, bool returnSecLn, bool &isGroupHeader, bool &isGroupFooter ) : cReportSection
cEditor