Combine Microsoft ReportViewer, WCF and ASP.NET
Scenario: - We have a existing Website portal using ASP.NET - We have a reporting desktop application using Microsoft ReportViewer - We want to share some report from reporting application to website portal Solution: - We use WCF as interface to integrated between ASP.NET and desktop applications - WCF will…