I have a report viewer on my xaml. In the viewmodel how can I bind to that report viewer.
My issue comes in a few steps.
1. How do I create a new report if I cannot add a report item because Telerik.Reporting cannot be added to a Silverlight project?
2. If 1 is not possible can I create the report using the designer then adding that trdx file to the project and point Report to that file.
3. All of our service calls are REST and done in the view model so ReportServiceUri will not help.
4. Then what will I finally bind my data to.
My issue comes in a few steps.
1. How do I create a new report if I cannot add a report item because Telerik.Reporting cannot be added to a Silverlight project?
2. If 1 is not possible can I create the report using the designer then adding that trdx file to the project and point Report to that file.
3. All of our service calls are REST and done in the view model so ReportServiceUri will not help.
4. Then what will I finally bind my data to.