As shown in the vedios i have created a class library and added reports and created some class and added wcf service reference and binded the report..
I have taken a silverlight application and created one xaml file and place a reportviewer control and gave the reporturi and report path from classlibrary ...
the report is running fine with static parameters which i have declared in class library class..
But i need to pass the paramater values dynamically from silverlight application ..to class library class ..
so that it will get the data dynamically from the referenced wcf service.. and bind the report..............
Pls help me
I have taken a silverlight application and created one xaml file and place a reportviewer control and gave the reporturi and report path from classlibrary ...
the report is running fine with static parameters which i have declared in class library class..
But i need to pass the paramater values dynamically from silverlight application ..to class library class ..
so that it will get the data dynamically from the referenced wcf service.. and bind the report..............
Pls help me