Hi,
I am using VS2010, SL4, Q1 2011 for telerik silverlight and reporting. I will to print report in my silverlight business aplication. Report (called 'BankaReport') is created on sever project of solution. When I click on the print button, which is on the silverlight page on client project, I will to open silverlight child page, which is on same side, and show report. On the server side is created ReportService.svc. There is reportviewer control on the silverlight child page. I set property that control:
<telerik:ReportViewer x:Name="MyRV "
ReportUri="ReportService.svc"
Report="BankaReport">
When I clicked on the print button I give message error that say me that assembly is not ok.
Could you give me project with example like this or show me demo.
Best regards,
Aleksandar Kovacevic
I am using VS2010, SL4, Q1 2011 for telerik silverlight and reporting. I will to print report in my silverlight business aplication. Report (called 'BankaReport') is created on sever project of solution. When I click on the print button, which is on the silverlight page on client project, I will to open silverlight child page, which is on same side, and show report. On the server side is created ReportService.svc. There is reportviewer control on the silverlight child page. I set property that control:
<telerik:ReportViewer x:Name="MyRV "
ReportUri="ReportService.svc"
Report="BankaReport">
When I clicked on the print button I give message error that say me that assembly is not ok.
Could you give me project with example like this or show me demo.
Best regards,
Aleksandar Kovacevic