subreport

How can I get another report to be the last page in reporting services?

I have 2 reports that need to be printed together. The first report has a header and footer that will repeat (if necessary) on data overflow. The last page, which is a form to be sent back. I basically need a way to print the last page without the repeated header/footers from the first report, and send in parameters to be used in the...

directly embedded subreport in jasper report

Hello, I am so close to having this work, I am trying to directly embed one jasper subreport into the main report xml of the other. You'd think this would be easy, but I can't find a single example on doing it. Everyone seems to use files or resources or whatever. I have one report working straight from a string and I want it to conta...

Reporting Services RDLC Table Page Breaks within a Cell with a SubReport

I am having a paging issue with my RLDC report that has a SubReport. The report has a table that prints the header data, then has a SubReport that I placed in a detail cell row within the table to print several detail lines that relate to the header data. This works as I want. However, the SubReport can span more than one page and this ...

How to supress empty subreports in SSRS 2008

Hey all! I'm creating a 'master' report in SSRS 2008 that collaborates other reports about a person. Sometimes not all of the other reports are relevant and as such return nothing. I'd like to be able to exclude this from the master report so it does not leave a blank page. I'm aware of the 'no-rows-message' feature, but a whole page ...

Crystal Report subreport loses linked parameter on production server.

I have created a crystal report called 'Order Details'. I used visual studio 2005 (crystal ver 10). The order details report uses a stored procedure to populate itself. It contains a subreport called 'ChildAssets' which calls a seperate stored procedure, the sub report needs a parameter. The parameter it needs is actually a field from ...

SSRS Report from Oracle DB - Use stored procedure

I am developing a report in Sql Server Reporting Services 2005, connecting to an Oracle 11g database. As you post replies perhaps it will help to know that I'm skilled in MSSQL Server and inexperienced in Oracle. I have multiple nested subreports and need to use summary data in outer reports and the same data but in detail in the inner ...

Rendering SRS Report & Sub-Report And Multi-threading

Hello, I wrote a procedure that compiles many of our invoices using MS SQL Server Reporting Services. The procedure cycles through all the invoices for the month, loads the RDLC file, and renders the report. Note that the report also includes a subreport. The rendered report is then converted to PDF and saved on the disk. This works fi...

sql reporting services problem with subreport in 3rd level group

i'm getting an error when trying to put a subreport inside a inside a 3rd level group of a table or list (it doesn't matter, same error) i have put a clean subreport withouth datasource without parameters, just a textbox when i put that subreport inside 1st or 2nd level group it's ok, when i put it inside a 3rd level group(or higher) i ...

Multiple results in Subreport on RDLC causing Error

I have a report with an embedded subreport. The subreport has a table on it that shows a list of values and is itself embedded in a table on the main report. The problem I am running into is that when there is one result in the subreport, it displays and works fine. If there is more than one result, I get the "Error: Subreport could not ...

Supressing section in Crystal Reports with subreport

I am trying to create a report in crystal reports 11 based on this sql query SELECT *     FROM (table) OM, (table) OL, (table) C     WHERE OM.ORDER = OL.ORDER     AND OM.COMPANY = C.COMPANY     AND (EXISTS (SELECT *             FROM (table) OSD, (table) OSDD             WHERE OSD.ORDER = OL.ORDER             AND OSD.LINE = ...

Problem in subreport of crystal reports

when i put a subreport in my main report, the subreport comes on the right hand side of the screen [check first screenshot] the entire area of the subreport is clickable... when clicked, the same data opens with everything in proper alignment [check second screenshot] i want to remove the clickable behaviour of the subreport and also h...

How can I control the subreport layout?

My business analysts have created 7 reports (using Report Builder) they want merged into a MEGA-report. I've been trying to do this by wrapping them all in subreports (which you can't use in Report Builder 1.0). While all reports show up, the layouts are all over the place. The subreports seem to reorder themselves. I've dropped down to...

Jasper Reports: Cover page

Hi! I have a Jasper Report and I want to create for this report a cover page. The cover page must contain some information coming from the DB, like Company name, etc. I am trying to do this using a subreport but I didn't succeed. I've created a main report which contains first the cover page as a subreport and then the whole report as a...

Passing Date as a parameter to a subreport/another report to use as a parameter

I have two reports. First reports selects a report type from a dropdownbox and accepts from/to dates and when click on the view report - lists customer names for this report type. When you click on the customername, the 2nd report is called ( action) passing 3 parameters - customername, datefrom and dateto as parameters to be used in th...

How to create an unbound subreport in another unbound report

I have an unbound XtraReport that has a subreport control which contains another report. I call "unbound" to a report that has the definition of the fields using a schema but not actually bound to any DataSet, I create a DataTable using a Data Access Layer and then pass that object to the DataSource property of the report. So, I have th...

Reporting services subreport column sorting failing

Hey All, I am working on a SSRS 2008 reporting solution and I am running into a problem with a subreport not interactively sorting columns with the asp.net report viewer control. The report itself is completely functional when it is not used as a subreport, but once I add it to another report as a subreport you cannot sort the columns w...

Report with sub-report not generating in Reporting Services 2005

This is my first attempt at employing sub reports and my overall experience with reporting services is minimal (edits to existing reports, creation of some basic reports). I have added a sub report to a an existing report. The sub report returns in about 1 second when tested separately. The query that powers it returns in less than a s...

Is there a way to put subreports in headers in SSRS?

Every time I use a Microsoft product I feel like I'm delving deeper into some form of existential mental masochism. However, I'm forced to use the tools the company buys, anyway... I would like to use a sub report, since it gets used on many reports, in the header. However, sub reports won't go into the header and neither will field val...

Crystal Reports: including a subreport into a grouping section?

I have a report which lists out a company detail. There are two sections to the company detail. The first portion lists out environmental data and the second is actually a subreport which lists out Cash flow details for every single year of the company. I have multiple companies i need to do this for--so i grouped the report by Company...

How to make a subreport/master-detail in VS crystal reports without it being clickable?

Often I'm creating reports in Visual Studio's Crystal Reports and want to have a master-detail or 1-many type thing. Something like this: Invoice Number 13245 Total: $1,000,000 Date Raised: 1-Jan-1989 Date Due: 1-Jan-2019 Line items: # Desc Cost 1 Hat 23.00 2 Gloves ...