开发者

How can I display a Microsoft SQL Server Reporting Services Report in an iPad App?

This is more of a general "how do I get started" question. I would like to display m开发者_开发知识库y company's SSRS Integrated Sharepoint Reports in an iPad App, but I'm not sure where to start. Googling this concept didn't return any results.

We would like a native feel without displaying the reports in a Web View container.

Any ideas?

Thanks in advance!!


Maybe you can use the webservice to get the parameters and build a little query interface. You'd have to figure out what to put in your dropdown boxes I believe.

Get params with that and then submit call the render method which would return the report to you in the desired format. Be sure to read the remarks there.

I have no clue if this would actually work. My organization built an interface like this for reporting services 2000, but it used the URL-based submitting method.

Good luck, I'd love to know if this works for you.


Using the web service is definitely your best bet. You should be able to query all the parameter information you need from the service and then render it in various formats (html is probably your best bet).

I know it's definitely doable, as I've used the web service to build custom scripts that render and and send out PDF versions of reports. It would essentially be the same task. You can find plenty of information on the web for working with it.


look at http://reports4you.software4you.com

The Website shows a server based solution to display reporting services reports on the ipad (including autentification, etc.)

Yours Dirk


With SQL Server 2012 SPI, you can now access a SSRS report from an iPad by browsing the SharePoint library or viewing the report in a Web part.

For more information about viewing and interacting with SSRS reports on the iPad, see View Reporting Services Reports on Apple iOS devices (SSRS iPad).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜