Hi,
I have a report which uses a query similar to
select accountnumber,accountname from FilteredAccount where accountid=@AccId;
Now, I have a silverlight page on which I have to provide URL for this report. What I want to do is, when I click on this URL, the account ID is passed from silverlight to the above query on report.
Kindly suggest some solutions.