user657527
user657527

Reputation: 263

SSRS & web services

I have a tricky set of requirements and I am not 100% sure on the best solution.

I need a web based reporting solution (this is an absolute requirement)

After spending some time looking at how this would work (a SSRS report pulling data from a web service), it does not seem like this is a good fit, overcomplicated at best and possibly even unworkable at worst. My initial investigation has led me to believe that a SSRS Custom Data Extension would be required for this to work. Can anyone with relevant experience offer me some advice\guidance? Basically I need to know if a SSRS solution is possible and\or is there a better way to achieve this, possibly using other technologies.

Upvotes: 1

Views: 694

Answers (1)

gbn
gbn

Reputation: 432230

Use .net to call the web services, deal with security etc

This forms the input into a ReportViewer control (in local mode) for presentation

This avoids dealing with custom SSRS extensions and leverages the SSRS rendering.

Upvotes: 1

Related Questions