Hello,
In my silverlight application, I have two projects:
GestionJ and GestionJ.Web
In my Home.xaml page of GestionJ, I have a ReportViewer which comes from the toolbox "Telerik Reporting Q3 2011".
For the moment, in design view it indicates "No report".
The code is:
In GestionJ.Web, I have had one file named "ReportService.svc" which contains only one line:
5.3.11.1116 is the version of Telerik.Reporting.Service.dll in references of GestionJ, I hope this is correct...
In GestionJ.Web, I have added a new Item (a Telerik Report Q3 2011) named ClientsRPT.cs.
I have followed the Wizzard and if I open ClientsRPT.cs[Design] I see all needed fields, and if I click "Preview" or "Html Preview", I see the report with the right data.
My question is how can I link this report ClientsRPT from GestionJ.Web with the ReportViewer in GestionJ ?
In my silverlight application, I have two projects:
GestionJ and GestionJ.Web
In my Home.xaml page of GestionJ, I have a ReportViewer which comes from the toolbox "Telerik Reporting Q3 2011".
For the moment, in design view it indicates "No report".
The code is:
<my:ReportViewer Name="reportViewer1" Height="220" />
In GestionJ.Web, I have had one file named "ReportService.svc" which contains only one line:
<%
@ServiceHost Service="Telerik.Reporting.Service.ReportService, Telerik.Reporting.Service, Version=5.3.11.1116, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE" %>
5.3.11.1116 is the version of Telerik.Reporting.Service.dll in references of GestionJ, I hope this is correct...
In GestionJ.Web, I have added a new Item (a Telerik Report Q3 2011) named ClientsRPT.cs.
I have followed the Wizzard and if I open ClientsRPT.cs[Design] I see all needed fields, and if I click "Preview" or "Html Preview", I see the report with the right data.
My question is how can I link this report ClientsRPT from GestionJ.Web with the ReportViewer in GestionJ ?