How to call Oracle Reports rdf from C#.NET web application on IIS
Hello,
I am a C#.NET web developer. My company has Oracle Reports 10g running on a Windows 7 Pro server. I need to call Oracle Reports rdf files and display the resulting PDFs on the web. I currently have a .NET console job running on the Oracle Reports server itself, which calls Oracle Reports from a command line within the C# code. However, I want to know how to call Reports from a web app and display in the web app. I am aware that there is a great deal of documentation on the subject but I need high-level help as