Questions tagged [subreports]

Use this tag for questions related to a subreports, i.e. report items that displays another report inside the body of their main report.

Reports may contain items that are replicated. If so, can be used to provide more information for every item.

Conceptually, are reports that are similar to frames in a Web page.


Source: Subreports (Report Builder and SSRS)

58 questions
7
votes
3 answers

How can I append multiple reports together?

I have a number of reports that need to be both run separately and also as a group. I've created these reports and was hoping I could just create a form where I could just append report1, report2, report3, etc. together without creating a different…
Nathan Koop
  • 24,803
  • 25
  • 90
  • 125
6
votes
1 answer

How can a delegate respond to multiple events with a generic and extensible class?

I have rigged up a technique to handle multiple subreports in an rdlc report, but as I have tried to make it generic and repeatable, I have instead had to take the model and tweak it slightly for each case. For example, if I define an abstract…
bentaisan
  • 1,056
  • 3
  • 12
  • 29
2
votes
1 answer

Reporting Services: multiple subreports in one report

in my project there are three reports - Main Report and two subreports, each with its own dataset (the only column common to all the datasets is ItemID). The Main Report passes ItemID as parameter to each of its two subreports. The Main Report is…
kodkod
  • 1,556
  • 4
  • 21
  • 43
2
votes
0 answers

Subfolders with subreports in Reporting Services

Ok here is my scenario: 1 - A-type - big report with several subreports (C or D types) 10 - B-type - reports with one or two subreports (C or D Types) 20 - C-type - subreports that may or may not have subreports (D Type) 4 - D-Type - leaf base…
FireBath
  • 21
  • 2
2
votes
2 answers

can variable from subreport be used to group information in the main report (crystal 10)

I have set up a main report that has 2 subreports coming into it. The main report consists of one table : ROOM & two parameters: STARTDATE and ENDDATE. The date range is only in the main report so it can be displayed in the title area. More…
Shannon
  • 23
  • 1
  • 3
1
vote
3 answers

passing values into Sub-Reports SSRS

I have a master report that has no parameters. But I have to include a sub-report with the same grouping as the master report. (i.e, the same report has to show data for the same project listed in the master report) I'm using different Datasets for…
Avinash
  • 1,273
  • 4
  • 16
  • 23
1
vote
3 answers

Acumatica Report Designer how to use subreport variable in master report

In the Acumatica Report Writer, is it possible / how do you use a variable value defined and set in a subreport in the master/main report?
1
vote
1 answer

Call Jasper subreports in java

I'm pretty familar with jasperstudio 6.3.0 and am able to run other reports from java with no problems. Works well. I am, however, not able to run a report that contains subreports. I found solutions on here stackoverflow but still am unable to…
Luke B
  • 11
  • 2
1
vote
1 answer

Sub Report or CustomReportItem to display complex data using SSRS?

Each record in my report includes (amongst other information) a set of other data items of the format "ItemName X Y Z" where X, Y & Z are numerical values. When displayed this set will be grouped (as illustrated below) according to a properties of…
IntoTheBlue
  • 199
  • 1
  • 3
  • 10
1
vote
0 answers

Subreport could not be shown error in rdlc

I am for last 2 days i am stuck in this error in rdlc. I have gone through most of the pages showing solution for this but still I didn't got the solution. I am passing parametes from main report to sub report also checked weather type of parameter…
Binoy Kumar
  • 422
  • 3
  • 17
1
vote
1 answer

Showing xtrareport report with subreports with scripts and charts in diff detailreports corrupts charts

I have a report that shows a collection of tests. The test report is actually another xtrareport that is shown as a subreport in the collection report. In these testreports there can be multiple subtests and. For each subtest there is a chart that…
Gert Hermans
  • 769
  • 1
  • 9
  • 30
1
vote
2 answers

SSRS 2008 - Error opening Report that has subreports in Report Manager - Object reference not set to an instance of an object

This is the scenario. A report was working fine in SSRS 2005. It has 4 subreports, one of which has two subreports. The server got upgraded to 2008 (not R2). Now the reports returns >An error occurred during client rendering. >An error has occurred…
1
vote
2 answers

SSRS 2005 unwanted page breaks between subreports

I have a report that has one table with two rows. The first row is just a header, the second is a subreport. The subreport consists of a single table. I want to pass one parameter into the subreport (Fields!patient_id.Value) and have the subreport…
Justin C
  • 786
  • 8
  • 17
1
vote
2 answers

Auto numbering to parent and child columns

I am using SSRS 2012 for MS CRM report(FetchXML) which should get result as shown in below image : There are Name and Parent columns. Based on Parents, Names should be displayed and numbering should be exactly in same order. I can able to display…
1
vote
2 answers

Format subreports in crystal reports

I am exporting a crystal report to pdf document. I have a detail section that contains two sub reports side by side. When I view the pdf, I see that the boxes in which the sub reports data is shown has different heights in-spite of setting both the…
user2585299
  • 873
  • 2
  • 19
  • 41
1
2 3 4