Report name on report
Hi
I need to print the report name on the bottom of every report (eg "frxBusinessToDate") in light grey letters. Is there an easy way of doing this?
Marius
I need to print the report name on the bottom of every report (eg "frxBusinessToDate") in light grey letters. Is there an easy way of doing this?
Marius
Comments
then add a tfrxmemoview with the props you want in the page footer and control its visibility in the obp event of the band.
memo#.visible := (page = totalpages);
I'd like the name of the report object in delphi ( ie the name of the TfrxReport object)
this way I could create a tfrxmemo with the code snippet in and paste it into all my reports (or use it in a base report that I inherit from?)