Showing posts with label subreport. Show all posts
Showing posts with label subreport. Show all posts

Friday, March 23, 2012

linked subreports

Hello!

I'm using stored procedure, that output several rows.
Is it possible to make single linked subreport , that could be called from each record of main report and the record value is shared with subreport which shows detail information about (execute query with parameter = record value) ? If it is not, any ideas how to realize?Why cant you use two queries in the same sp using joins so that you will avoid this problem?|||Thanks for answer.

Actualy, i have solved problem by using subreport control in details section. Also i couldn't found how to hide the name of subreport control, therefor i've removed its name afterwards the name of report tabs were hidden. It's not big problem.

So, i can't use joins , because data could be joined.

Best Regards