Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Print reportname from reportexplorer (ITEM_NAME)

edited September 2004 in End User
Hi,

I want to print the name of the report in the header my report. Is there an
easy way to access the name given in the explorer? (field Item_name from
table rb_item)

thanks in advance

Ruud

Comments

  • edited September 2004
    Hi Ruud,

    Try using the TppReportExplorer.CurrentItemName property. This will provide
    the name of the item that was most recently edited or created.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2004
    Hi Ruud,

    You can also try using the Report.Template.Desicription property to get this
    information as well.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2004
    Hello Nico,

    Made a TraSystemFunction with returns TppReportExplorer.CurrentItemName
    works perfect.
    Thanks for the advice.

    Ruud


  • edited September 2004
    Hi Nico,

    that was what i was looking for, now i dont have to make a funtion but can
    call it in the calculations tab:result := Report.Template.description;

    Thanx again

This discussion has been closed.