is it possible to get SQL Server Reporting Services on Android?

自古美人都是妖i 提交于 2019-12-24 10:56:57

问题


I want to create an Android application that show the sales report from SQL Server database using SQL Server Reporting Services. Is is possible to get the data from SQL Server into Android application? and if it's impossible, is there any alternative way to get the data from SQL Server and make the report into Android Application? thanks


回答1:


You can't technically get "Reporting Services to run on Android", there is no native Android component AFAIK comparable to the Winforms ReportViewer.

However, there are the ReportViewer WebForms controls, which you can use in a .NET website. You should be okay viewing a site with those controls on your Android browser. If you use the 10.0.0.0 ReportViewer the Browser Compatability is decent, I've viewed reports on my Galaxy S with some success.



来源:https://stackoverflow.com/questions/10974172/is-it-possible-to-get-sql-server-reporting-services-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!