webservice as datasource in vs 2008 crystal report

烈酒焚心 提交于 2020-01-05 07:58:08

问题


How to use webservice as a data source in VS2008 crystal report?


回答1:


Crystal reports can take xml as its data by setting the database drivers to ADO and the database to the location of your xml producing webservice (it takes a URL) - its as simple as that!

My original route was more convoluted that I thought; when you create the report there is an option in the "Database Expert" called "XML and Web Services" which gives you an option to use an HTTP(S) data source - that should be your webservice URL. The report will then, as if by programming, automatically get data from that service.



来源:https://stackoverflow.com/questions/5429563/webservice-as-datasource-in-vs-2008-crystal-report

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