Skip to main content



      Home
Home » Archived » BIRT » Scripting : How to get report title
Scripting : How to get report title [message #142222] Thu, 09 March 2006 11:07 Go to next message
Eclipse UserFriend
Originally posted by: nicolas.huet.euriware.fr

How do I get the report title property in a script ?
Any help will be appreciated. Thanks in advance.
Re: Scripting : How to get report title [message #142938 is a reply to message #142222] Fri, 10 March 2006 11:46 Go to previous messageGo to next message
Eclipse UserFriend
Nicolas,

I am not sure there is a better way to do this, but
you can get it using session like
ab = reportContext.getHttpServletRequest().getAttribute('attribut eBean');
title = ab.getReportTitle();
This gives you the encoded version of the title though.

Jason

"nicolas HUET" <nicolas.huet@euriware.fr> wrote in message
news:b66adb476bf16f6ac2e0ed5e7f31b229$1@www.eclipse.org...
> How do I get the report title property in a script ? Any help will be
> appreciated. Thanks in advance.
>
Re: Scripting : How to get report title [message #143448 is a reply to message #142938] Mon, 13 March 2006 09:15 Go to previous message
Eclipse UserFriend
Originally posted by: nicolas.huet.euriware.fr

Thanks for your answer Jason.
Previous Topic:Creating tables with vertical scrollbars
Next Topic:Problems using extension-point 'aggregation'
Goto Forum:
  


Current Time: Wed Jul 23 10:41:56 EDT 2025

Powered by FUDForum. Page generated in 0.28603 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top