My Requirement is to show two sub reports in a Report. What I am doing is, I have created two sub-reports and put that into a report.
I have a Jasper report with bunch of subreports. From what I can see all the subreports are aligned and have the same size, but when it generates the csv file the rows doesnt align with row properly
I want to show multiple detail section in my jasper report. How to add multiple detail bands in JasperReports? For details band I am passing collection from my 开发者_如何学运维java class. So if I hav
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
Background The Totals section in the image below shows strange results for the Trend column. The text should be true when the value under the column named Previous equals the value under the column n
can I integr开发者_开发技巧ate the JasperReports Viewer to my Swing application as like if I click on view report button from my application then viewer should be opened. If so could you advise me wit
I am having one jasper report.Inside of the that main report I am adding one sub report.I am passing collections and parameters using java class(Not using sql query directly).It is compiling successfu
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
I\'ve a report which has a has 5 columns on each page and I have a group defined which shows columns related to
Problem Constraints Size of the data set, but not the data itself, is known. Data set grows by one data point at a time.