How can I reach for a body in a report?
Ultimately I want to set the forgroundcolor of a report body.

ReportSection s;
ReportSection b;
;
s = element.design().SectionName('TableName');
b = s.controlName('tableName_body');

b.foregroundColor();

- but there is no forgroundcolor for a reportsection var...

Thanks,
/b












YAHOO! GROUPS LINKS




Reply via email to