ReportViewerCore.NETCore
15.1.15
See the version list below for details.
dotnet add package ReportViewerCore.NETCore --version 15.1.15
NuGet\Install-Package ReportViewerCore.NETCore -Version 15.1.15
<PackageReference Include="ReportViewerCore.NETCore" Version="15.1.15" />
<PackageVersion Include="ReportViewerCore.NETCore" Version="15.1.15" />
<PackageReference Include="ReportViewerCore.NETCore" />
paket add ReportViewerCore.NETCore --version 15.1.15
#r "nuget: ReportViewerCore.NETCore, 15.1.15"
#:package ReportViewerCore.NETCore@15.1.15
#addin nuget:?package=ReportViewerCore.NETCore&version=15.1.15
#tool nuget:?package=ReportViewerCore.NETCore&version=15.1.15
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.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 | 42,477 | 1/20/2026 |
| 15.1.32 | 15,202 | 1/12/2026 |
| 15.1.31 | 1,142 | 1/12/2026 |
| 15.1.30 | 1,070 | 1/9/2026 |
| 15.1.29 | 10,729 | 12/22/2025 |
| 15.1.28 | 3,404 | 12/18/2025 |
| 15.1.27 | 11,232 | 12/1/2025 |
| 15.1.26 | 471,169 | 1/29/2025 |
| 15.1.25 | 210,191 | 11/16/2024 |
| 15.1.24 | 17,515 | 11/16/2024 |
| 15.1.23 | 85,961 | 10/11/2024 |
| 15.1.22 | 109,009 | 8/13/2024 |
| 15.1.21 | 152,032 | 6/10/2024 |
| 15.1.20 | 20,051 | 5/31/2024 |
| 15.1.19 | 328,316 | 11/17/2023 |
| 15.1.18 | 226,960 | 8/30/2023 |
| 15.1.17 | 753,020 | 7/11/2022 |
| 15.1.16 | 205,344 | 3/14/2022 |
| 15.1.15 | 106,354 | 12/1/2021 |
| 15.1.14 | 106,239 | 7/2/2021 |