I created a report with subreports like in the following tutorial: http://help.eclipse.org/helios/topic/org.eclipse.birt.doc/birt/subreport.13.2.html
I\'m writing a report in VB .NET (using Active Reports) that displays details about a location, and then displays a bunch of images, which are stored in a database. The images are displayed in my main
I have a report which, when rendered on its own, has the following performance times (taken from ExecutionLogStorage 开发者_高级运维table):
I\'m sorry if this seems silly, but I\'m new to using Report Definition Language (开发者_运维技巧RDLC) files and I\'m looking for advice on the best \"plan of attack\" for a report I must create.
What can I do for subreport so that When i click on it, it won\'t appear on the seperate page? I actually found a way but it is really ugly and not convenient for long reports.
I\'m working with iReport 3.5.0, and I\'m using a subreport inside my main report. I don\'t want to give the absolute path for the subreport expression, but for example if I just give \"bpSubReport.ja
I want to know if is there any way to disable the new tab when I click on the subreport? Confused? OK.. when we click on subreport, the report for that report comes out like when you click on abc.rpt
I have a (parent) report that has a list. The details group of this list contains one sub-report. So basically if the list has 10 records (rows) the sub-report is executed 10 times.
I am using iReport with JasperReports.I want to include multiple subreports that have unrelated sql queries.I would like to be able to put thes开发者_运维百科e all on one report.
1 Is it possible to pass data from ssrs 2005 subreport to its parent report? 2 If yes, 开发者_如何转开发how?