It allows your users to view, export (PDF, Excel, Word), and print reports without needing to install SQL Server or access the Report Server web portal directly.

<rsweb:ReportViewer ID="ReportViewer1" runat="server" ProcessingMode="Remote" Width="100%" Height="800px"> <ServerReport ReportPath="/MyFolder/MyReport" ReportServerUrl="http://myserver/ReportServer" /> </rsweb:ReportViewer>

When you open a report in our application, you are using the tool. Here’s what you need to know: