I am developing a website where user logs in and access different reports from report server
A WCF service to be developed to access the ssrs report and it returns to the UI ( what it should return to report viewer control it should be a dataset or ?)
So how can i implement this with N-tier architecture. and how can i design the report.Can anyone explain in brief ? please
I found in google how to access a report in remote server but how implement in multi tier architecture
Perhaps you need to explain the needs for putting report server behind WCF services. IMO, the simplest thing is to make your web site use Report Viewer control to access reports from report server. In such configuration, your report server need not be exposed to users so I am unclear as to what can be purpose for using WCF services in between.
However, for whatever reasons, you must have WCF services as facade over report server then you have to wrap report server web services in your WCF services, you have two choices here: