I have a main report and a subreport working nice. The subreport is printed in the su开发者_Python百科mmary band. My problem is when I export the report. The subreport is invisible, only main report i
My datasource is like this: final Collection<Map<String, ?>> summaryList = new ArrayList<Map<String, ?>>();
Context I am actually working o开发者_如何学Pythonn a project where I need to compose a report which will be designed from our custom tool. The user will compose this report using existing reports th
Using iReport v4.0.1 with Jasperserver v4.1.0 I\'m trying to find a syntax for linking subreports to the main report that lets me test it in iReport then deploy to the server through the repository br
I\'m building a small application in Visual Studio 2010 with .Net 4.0 and C# where I\'m generating a ReportViewer-report from a List. I then have a subreport in my tablix that should pass a property-v
I\'m using SSRS 2005. I\'ve got a table with various inventory data. In one columns I\'ve got a subreport that is designed to pull the da开发者_如何学Pythonte of the most recent Purchase Order based u
I have been working on a project in Grails. I need to generate reports in pdf, excel, and word. I have been able to generate reports also in the above mentioned formats. I have used DynamicJasper to g
My problem is related with subreports primary, my configuration is the following: I have a main report as shown in the image:
Is there any way to refresh a subreport in Reporting Services? When I change something on a subreport file and back to the main report, I have to delete the subreport object and include a new instanc
I have a jasper-report that has several subreports. Most of them work fine, but for some reason one of my subreports does not split if it becomes long enough to reach the end of the page, instead it j