|
|
|
Re: Configure PDF report generated by BIRT designer [message #1050305 is a reply to message #1049618] |
Sat, 27 April 2013 01:24   |
|
BIRT should allow you to specify dynamic images and header/footer text. If you're using the API's you could pass this information in through parameters or through the AppContext and use it within the BIRT report to use the correct image and header/footer text. Maybe I'm misunderstanding.
Michael
Developer Evangelist, Silanis
|
|
|
|
Re: Configure PDF report generated by BIRT designer [message #1058410 is a reply to message #1058183] |
Tue, 14 May 2013 02:50  |
|
You can add stuff to the app context like:
config.getAppContext().put("headerLogo","image.jpg");
Then, you can recall this within your report design with something like:
reportContext.getAppContext().get("headerLogo");
This should allow you to pass the values of the images chosen in your app to the report design. Then, you can use the value to determine which image to show and use another for the text.
Michael
Developer Evangelist, Silanis
|
|
|
Powered by
FUDForum. Page generated in 0.01668 seconds