Report name on report

edited 11:10AM in FastReport 4.0
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

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:10AM
    do you mean that you want to have something on the bottom of the last output page of every report?
    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);
  • edited 11:10AM
    Gord

    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?)
    gordk wrote: »
    do you mean that you want to have something on the bottom of the last output page of every report?
    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);
  • gordkgordk St.Catherines On. Canada.
    edited 11:10AM
    usually it would be the name of the report not the tfrxreport component. this value can be created at design and stored in the report.reportoptions.name property.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.