Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 passing values from Main Report to Subreport

Author  Topic 

gsareport
Starting Member

4 Posts

Posted - 2006-04-20 : 12:35:51
Hi friends,
I am having a problem in controlling subreport. I am trying to pass the different key value from Main report(Group name: keygroup), the subreport should display only for the particular key value( the subreport is being called in the footer of keygroup).
for this scenario, I want to send the keyvalue(0001) to subreport and display the subreport for the exact keyvalue(0001).
Can anyone please help me.

snktheone
Starting Member

20 Posts

Posted - 2006-04-24 : 02:45:59
U should try right clicking on the subreport and then select the parameter tab and then choose the parameters for the subreport and equate it to fields from main report.
should be easy
Go to Top of Page

gsareport
Starting Member

4 Posts

Posted - 2006-04-24 : 08:54:26
Thanks Pal, I Got it. It is working
Go to Top of Page
   

- Advertisement -