I am working with the BIRT reporting engine and my current task is to implement internationalization for reports. We are using the webviewer to generate and download pdf reports. There is a parameter
I am designing a report using external CSS with BIRT 2.5. When BIRT renders the html report, it creates copies of each external style to inline styles (name style_x) in the resulting html.
I am using WebViewerExample as my reporting. I am designing reports within Eclipse using report designer.
I have the BIRT Report Server configured in TOMCAT and it works fine when running reports that require an XML datasource, but that XML file has be available on the network in order for the server to f
I am using the BIRT report w开发者_如何学Goriter, and I have multiple tables with the same data structure.In my report design, I want to select the table my query uses as a report parameter (as part o
I am new to the reporting world. Wanted to know which is the right solution to about for generating a single report by querying for data from multiple databases. We are planning to use some reporting
Can I use BIRT within my application instead of deploying as a separate app on the webserver? I know that BIRT viewer can be integrated with the application by installing it on the server. I went thr
It seems (at least that is our understanding of the issue at this point) that given a background image in BIRT, the PDF generation routine repeats the image information inside the PDF instead of havin
When grouping in BIRT, we frequently want the grouping value to show up on the first line as follows:
Is i开发者_Python百科t possible to format the built in tooltips (Help text propperty) of BIRT 2.5 ?