Is there any support for using a Web Service as input to a report? What about Stored Procedures in SQL Server?
Thanks!
Use Web Service as a Data Source?
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Use Web Service as a Data Source?
Hello,
Please see the sample project in attachment.
Thank you.
Please see the sample project in attachment.
Thank you.
- Attachments
-
- 1500.ViewerAndWebService.zip
- (305.13 KiB) Downloaded 285 times
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Use Web Service as a Data Source?
Thanks for the reply ... that approach is pretty cool.
But I think I was not clear in my question ... is there any way to use a web service as a "DataSource" to a report? I have a web service that returns a list if sales numbers for the year ... can I use that web service and pipe it into a report?
Thanks!
But I think I was not clear in my question ... is there any way to use a web service as a "DataSource" to a report? I have a web service that returns a list if sales numbers for the year ... can I use that web service and pipe it into a report?
Thanks!
Use Web Service as a Data Source?
Hello,
You did not connect to web services directly. Only if you connect to it in your code and pass in report with RegData() method
Thank you.
You did not connect to web services directly. Only if you connect to it in your code and pass in report with RegData() method
Thank you.