--
Bryan Keller
Developer Documentation
SQL Server Reporting Services
A friendly reminder that this posting is provided "AS IS" with no
warranties, and confers no rights.
"Darren Osborne" <osbo...@qsa.co.uk> wrote in message
news:%23omkbS9...@tk2msftngp13.phx.gbl...
> Can I use a web service that returns a dataset as my data source?
> Anyone have any examples / documentation to help me?
>
> Thanks
>
>
I've looked at the sample app, and i get the gist.
If you can point me towards any more examples, I would be greatful.
"Bryan Keller [MSFT]" <bry...@online.microsoft.com> wrote in message
news:Oqw8lDk%23DHA...@TK2MSFTNGP09.phx.gbl...
It wouldn't be hard to do, if your Web service returned a data set or some
other data structure that was understood by the report server (columns and
rows), then you could plug your Web service in no problem. The sample that
comes with the product as well as the documentation should get you started.
--
Bryan Keller
Developer Documentation
SQL Server Reporting Services
A friendly reminder that this posting is provided "AS IS" with no
warranties, and confers no rights.
"Pjotr" <peter....@atosorigin.com> wrote in message
news:F64A97DB-03BE-4DE2...@microsoft.com...
> Bryan,
>
> I would also like to know more about using an webservice (returning an
.NET Dataset) as source for an report. We currently cannot use Reporting
Services in the production environment because the company standard only
alows web-applications to connect to a database via a separate
business-logic tier. This is for security reasons. They don't like the fact
that database security credentials are stored on a web-server.
>
> If i could use a webservice as datasource for my reports then i could let
them call into the business layer.
>
> If you have any example available i would be very thankfull.
>
> Peter
http://www.sharepointblogs.com/rcragg/archive/2004/06/11/540.aspx
Rohan