ReportViewerCore.NETCore 15.1.23
This project is not supported/developed by Microsoft
This project is aimed at porting Microsoft SQL Server Reporting Services (Report Viewer) to .NET 6. Sources and examples are available at https://github.com/lkosson/reportviewercore/
Basic usage
Stream reportDefinition; // your RDLC from file or resource
IEnumerable dataSource; // your datasource for the report
LocalReport report = new LocalReport();
report.LoadReportDefinition(reportDefinition);
report.DataSources.Add(new ReportDataSource("source", dataSource));
report.SetParameters(new[] { new ReportParameter("Parameter1", "Parameter value") });
byte[] pdf = report.Render("PDF");
No packages depend on ReportViewerCore.NETCore.
.NET 6.0
- Microsoft.CodeAnalysis.VisualBasic (>= 4.0.0)
- System.CodeDom (>= 6.0.0)
- System.IO.Packaging (>= 6.0.0)
- System.Drawing.Common (>= 6.0.0)
- System.Resources.Extensions (>= 6.0.0)
- System.ServiceModel.Http (>= 6.0.0)
.NET 7.0
- Microsoft.CodeAnalysis.VisualBasic (>= 4.4.0)
- System.CodeDom (>= 7.0.0)
- System.IO.Packaging (>= 7.0.0)
- System.Drawing.Common (>= 7.0.0)
- System.Resources.Extensions (>= 6.0.0)
- System.ServiceModel.Http (>= 6.0.0)
.NET 8.0
- Microsoft.CodeAnalysis.VisualBasic (>= 4.8.0)
- System.CodeDom (>= 8.0.0)
- System.IO.Packaging (>= 8.0.0)
- System.Drawing.Common (>= 8.0.0)
- System.Resources.Extensions (>= 6.0.0)
- System.ServiceModel.Http (>= 6.0.0)
| Version | Downloads | Last updated |
|---|---|---|
| 15.1.27 | 0 | 2025-12-01 |
| 15.1.26 | 0 | 2025-01-29 |
| 15.1.25 | 294 | 2025-04-15 |
| 15.1.24 | 0 | 2024-11-16 |
| 15.1.23 | 1 | 2025-04-15 |
| 15.1.22 | 0 | 2024-08-13 |
| 15.1.21 | 0 | 2024-06-10 |
| 15.1.20 | 0 | 2024-05-31 |
| 15.1.19 | 0 | 2023-11-17 |
| 15.1.18 | 0 | 2023-08-30 |
| 15.1.17 | 0 | 2022-07-11 |
| 15.1.16 | 0 | 2022-03-14 |
| 15.1.15 | 0 | 2021-12-01 |
| 15.1.14 | 0 | 2021-07-02 |
| 15.1.13 | 0 | 2021-04-15 |
| 15.1.12 | 0 | 2021-04-12 |
| 15.1.11 | 0 | 2021-03-08 |
| 15.1.10 | 0 | 2021-02-19 |
| 15.1.9 | 0 | 2021-02-08 |
| 15.1.8 | 0 | 2021-01-28 |
| 15.1.7 | 0 | 2021-01-27 |
| 15.1.6 | 0 | 2021-01-18 |
| 15.1.5 | 0 | 2020-11-12 |
| 15.1.4 | 0 | 2020-10-23 |
| 15.1.3 | 0 | 2020-10-07 |
| 15.1.2 | 0 | 2020-10-06 |
| 15.1.1 | 0 | 2020-06-29 |