How to add several SubReports
Posted: Thu Jan 12, 2012 8:47 pm
Hi, im testing your software and it seems nice, i can make some high quality reports but i got some problems when im trying to make some reports.
All reports and subreports got as Datasource Stored Procedures (SP), SP 1 is the stored Prodcedure that retrieve all employee data, and the rest of Sureporters get data with some relation with those employee
Those reports got the next structure:
- Group Header - SP 1 (employeeID)
- DataBand 1 -SP 1 Employee Data (employeeID, EnterpriseID, Name...)
-Subreporter1 - SP 2 - got 2 parameters and their values come from row of DataBand1: @employeeID, @EnterpriseID
-Subreporter1 - SP 3 - got 2 parameters and their values come from row of DataBand1: @employeeID, @EnterpriseID
-Subreporter1 - SP 4 - got 2 parameters and their values that come from row of DataBand1: @employeeID, @EnterpriseID
-Subreporter1 - SP 5 - got 2 parameters and their values that come from row of DataBand1: @employeeID, @EnterpriseID
- End DataBand 1
-Footer Group
Well, i dont know how can i assign to parameters from subreports values from databand1, is it possible?
I've been trying with Relations and mastercomponent but data is absolutely wrong, show just numbers and not names...etc..
Thanks in advance
All reports and subreports got as Datasource Stored Procedures (SP), SP 1 is the stored Prodcedure that retrieve all employee data, and the rest of Sureporters get data with some relation with those employee
Those reports got the next structure:
- Group Header - SP 1 (employeeID)
- DataBand 1 -SP 1 Employee Data (employeeID, EnterpriseID, Name...)
-Subreporter1 - SP 2 - got 2 parameters and their values come from row of DataBand1: @employeeID, @EnterpriseID
-Subreporter1 - SP 3 - got 2 parameters and their values come from row of DataBand1: @employeeID, @EnterpriseID
-Subreporter1 - SP 4 - got 2 parameters and their values that come from row of DataBand1: @employeeID, @EnterpriseID
-Subreporter1 - SP 5 - got 2 parameters and their values that come from row of DataBand1: @employeeID, @EnterpriseID
- End DataBand 1
-Footer Group
Well, i dont know how can i assign to parameters from subreports values from databand1, is it possible?
I've been trying with Relations and mastercomponent but data is absolutely wrong, show just numbers and not names...etc..
Thanks in advance