getProperty() returns null [message #252132] |
Mon, 13 August 2007 09:20  |
Eclipse User |
|
|
|
Hi,
i'm using BIRT 2.2 and i've ran into this problem:
i created report with user property called "version". Later i need to
access that property using BIRT Runtime. I access it using getProperty()
method:
ReportRunnable reportDesign = engine.openReportDesign("Report.rptdesign");
String version = reportDesign.getProperty("version");
Now, when there's a library linked to Report.rptdesign, version is null.
When i remove the library from report design, it returns correct value.
Where's the problem? Am i accesing it wrong? How should i access user
properties with BIRT Runtime.
Thanks
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03874 seconds