Display Oracle Reports in an ASP.NET Web Application

。_饼干妹妹 提交于 2019-12-12 04:47:15

问题


I have a web application written in C#/ASP.Net and the backend DB is Oracle. There are already Oracle Reports written for this, I am just wondering how I go about hooking them up within the code? What is the syntax for this, and how to pass parameters etc?

Everywhere I see seems to be using either Crystal or SQL Reporting Services instead.. Is there a reason no one seems to be using Oracle Reports in an ASP.Net web app?

Thanks in advance Luke


回答1:


I've written a few applications that queried an Oracle Report Server. I used a webservice call (but if I remember correctly it was more of an httprequest) to the Oracle Report Server.

Here's the documentation that I followed here

I actually prefer SSRS (sql server reporting services) because it's much easier to integrate into an asp.net application and seems to have more exporting formats (such as ms word).

Using Oracle Reports is perfectly fine. Especially if you already have the infrastructure in place.



来源:https://stackoverflow.com/questions/1161952/display-oracle-reports-in-an-asp-net-web-application

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