CSReportDll.cReportFormulas.add2 C# (CSharp) Method

add2() public method

public add2 ( cReportFormula formula, String name ) : void
formula cReportFormula
name String
return void
        public void add2(cReportFormula formula, String name)
        { 
            try
            {
                Add(name, formula);
                formula.setNotSave(true);
            }
            catch 
            {
            }
        }