Welcome to Wireworld Cable Technology

2015 [repack]: Reportviewer

(Microsoft.ReportViewer.Runtime version 12.0) is a unique beast. It arrived during the transition from traditional MSI installers to NuGet packages, and it supports both Local Mode (RDLC files) and Remote Mode (SSRS 2008–2016).

| Host | Package Name | Version | | :--- | :--- | :--- | | | Microsoft.ReportViewer.WinForms | 12.0.0 | | ASP.NET (WebForms) | Microsoft.ReportViewer.WebForms | 12.0.0 | reportviewer 2015

<dependentAssembly> <assemblyIdentity name="Microsoft.ReportViewer.Common" publicKeyToken="89845dcd8080cc91" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Microsoft.ReportViewer.WinForms" publicKeyToken="89845dcd8080cc91" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> </dependentAssembly> Here is a minimal WinForms example that loads an RDLC file and renders it to PDF without showing the UI. (Microsoft