Visual Studio Code – C#, ReportViewer: How to make Report Path a URL parameter
I am working on a solution that uses Report Viewer to access SSRS reports in our server. Currently the server URL and the repot path, are values stored in the Web.config file. Web.config <add key="ReportServerUrl" value="https://sqlssrs/reportserver"/> <add key="ReportPath" value="/group/type/report-name"/> Then…