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