Change report title property value at runtime [message #933588] |
Fri, 05 October 2012 02:29  |
Eclipse User |
|
|
|
Hi all,
How do I dynamically change the Title propery of my report at runtime?
I use reportContext.getReportRunnable().getProperty("title"); on my master page in my library to show my report title
It's worked fine so far because all my report titles have been constants
But I have one report now where I want a parameter value included in the report name
I've tried using
reportContext.getReportRunnable().setProperty("title") = "whatever";
and various other things but no success. The title shown when previewing the report is still the constant 'title' i've set on the General tab
And an unhandled exception error when viewing in browser
The following items have errors:
ReportDesign (id = 1):
+ Unhandled exception when executing script.
Thanks
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04558 seconds