Page 1 of 1
Use Web Service as a Data Source?
Posted: Tue Dec 13, 2011 8:28 pm
by jay@bplogix.com
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?
Posted: Wed Dec 14, 2011 8:03 am
by Alex K.
Hello,
Please see the sample project in attachment.
Thank you.
Use Web Service as a Data Source?
Posted: Wed Dec 14, 2011 4:05 pm
by jay@bplogix.com
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!
Use Web Service as a Data Source?
Posted: Thu Dec 15, 2011 6:44 am
by Alex K.
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.