CSReportDll.cReport.pGetLineAuxReportCancel C# (CSharp) Метод

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

private pGetLineAuxReportCancel ( ) : csRptGetLineResult
Результат csRptGetLineResult
        private csRptGetLineResult pGetLineAuxReportCancel()
        {
            // if the user has canceled we have finished
            //
            if (!OnProgress("", 0, m_iRow, m_recordCount))
            {
                reportDone();
                return csRptGetLineResult.CSRPTGLEND;
            }
            else
            {
                return csRptGetLineResult.CSRPTGLNONE;
            }
        }
cReport