I would like to set the formula associated with the suppression of a field object. In design time you have a suppress check box and a formula. At runtime I use;
objReport.ReportDefinition.ReportObjects("somefield").ObjectFormat.EnableSuppress = True
to access the suppress true\false. But how do I set the formula?