Exemple #1
0
 // API
 public ReportCsf(string label, string description, FormulaType formulaType, int decimalPlaces, string downGroup, CsfGroupType downGroupType, string acrossGroup, CsfGroupType acrossGroupType, string formula)
 {
     Self = Implementation.Constructor(label, description, formulaType, decimalPlaces, downGroup, downGroupType, acrossGroup, acrossGroupType, formula);
 }
Exemple #2
0
 public void setFormulaType(FormulaType formulaType)
 {
     Self.setFormulaType(formulaType);
 }