Use Web Service as a Data Source?

Stimulsoft Reports.WEB discussion
Post Reply
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Use Web Service as a Data Source?

Post 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!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Use Web Service as a Data Source?

Post by Alex K. »

Hello,

Please see the sample project in attachment.

Thank you.
Attachments
1500.ViewerAndWebService.zip
(305.13 KiB) Downloaded 285 times
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Use Web Service as a Data Source?

Post 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!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Use Web Service as a Data Source?

Post 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.
Post Reply