ReportViewerCore.NETCore
15.1.6
See the version list below for details.
dotnet add package ReportViewerCore.NETCore --version 15.1.6
NuGet\Install-Package ReportViewerCore.NETCore -Version 15.1.6
<PackageReference Include="ReportViewerCore.NETCore" Version="15.1.6" />
<PackageVersion Include="ReportViewerCore.NETCore" Version="15.1.6" />
<PackageReference Include="ReportViewerCore.NETCore" />
paket add ReportViewerCore.NETCore --version 15.1.6
#r "nuget: ReportViewerCore.NETCore, 15.1.6"
#:package ReportViewerCore.NETCore@15.1.6
#addin nuget:?package=ReportViewerCore.NETCore&version=15.1.6
#tool nuget:?package=ReportViewerCore.NETCore&version=15.1.6
This project is not supported/developed by Microsoft
This project is aimed at porting Microsoft SQL Server Reporting Services (Report Viewer) to .NET Core 3.1 and .NET 5. 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");
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.CodeAnalysis.VisualBasic (>= 3.6.0)
- System.CodeDom (>= 4.7.0)
- System.Data.OleDb (>= 4.7.1)
- System.Data.SqlClient (>= 4.8.1)
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.7.0)
- System.Resources.Extensions (>= 4.7.1)
- System.Windows.Extensions (>= 4.7.0)
NuGet packages (19)
Showing the top 5 NuGet packages that depend on ReportViewerCore.NETCore:
| Package | Downloads |
|---|---|
|
Ratku.FrameWork.Web
杭州柒数信息科技有限公司 @2022 |
|
|
LIbUtil
Librería De Utilidades |
|
|
PTRPlus.Framework
PTR Plus Framework |
|
|
Uleam.Aplicacion.Helper
Package Description |
|
|
Acontplus.Reports
Advanced library for comprehensive report generation and management. Includes RDLC report processing, PDF/Excel export capabilities, ReportViewer integration, QuestPDF dynamic PDF generation with fluent composition, MiniExcel high-performance streaming Excel exports, ClosedXML advanced richly formatted Excel workbooks with corporate styles, freeze panes, autofilter and formula aggregates, template support, and enterprise-ready reporting patterns for business applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 15.1.33 | 35,429 | 1/20/2026 |
| 15.1.32 | 14,113 | 1/12/2026 |
| 15.1.31 | 1,038 | 1/12/2026 |
| 15.1.30 | 1,042 | 1/9/2026 |
| 15.1.29 | 9,945 | 12/22/2025 |
| 15.1.28 | 3,188 | 12/18/2025 |
| 15.1.27 | 10,690 | 12/1/2025 |
| 15.1.26 | 462,565 | 1/29/2025 |
| 15.1.25 | 206,925 | 11/16/2024 |
| 15.1.24 | 17,177 | 11/16/2024 |
| 15.1.23 | 84,270 | 10/11/2024 |
| 15.1.22 | 108,070 | 8/13/2024 |
| 15.1.21 | 150,673 | 6/10/2024 |
| 15.1.20 | 19,955 | 5/31/2024 |
| 15.1.19 | 325,480 | 11/17/2023 |
| 15.1.18 | 225,293 | 8/30/2023 |
| 15.1.17 | 749,866 | 7/11/2022 |
| 15.1.16 | 204,903 | 3/14/2022 |
| 15.1.15 | 106,033 | 12/1/2021 |
| 15.1.6 | 7,754 | 1/18/2021 |