Render Report to web from a Windows App
I know you can render a report to the web from a ASP.Net web application, but how do you do it from a Windows application?
I know you can embed a web browser control and set the url, but then you have to pass the parameters in the url and I do not want to do that.
|