CSReportDll.cReportCompiler.resultIsInRs C# (CSharp) Method

resultIsInRs() private method

private resultIsInRs ( cReportFormulaInt fint ) : object
fint cReportFormulaInt
return object
        private object resultIsInRs(cReportFormulaInt fint)
        {
            if (fint.getVariables().count() > 0)
            {
                return fint.getVariables().item(C_ISINRS).getValue();
            }
            else
            {
                return 0;
            }
        }