Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am creating a subreport and trying to load the child report dynamically.
e.g :
it should not be loaded on the 1st load.
it will get loaded once i click on the required field in the master report.

For example:
if i will click on country name column in Row 2 then child report should get filtered with the input.

Now i am using "=First(Fields!CountryName.Value, "DataSet1")" in my parameter expression.(which is not correct)

Thanks,
Biswabid
Posted
Comments
ZurdoDev 3-Aug-15 10:09am    
What exactly is your question?

1 solution

You may use Action property of one of the cell containing country name and then call sub-report by passing appropriate parameter.
Visit this link for further info SSRS – Drilldown Reports[^]

Regards,
Sujay C.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900