ReportViewerCore.NETCore
15.1.30
See the version list below for details.
dotnet add package ReportViewerCore.NETCore --version 15.1.30
NuGet\Install-Package ReportViewerCore.NETCore -Version 15.1.30
<PackageReference Include="ReportViewerCore.NETCore" Version="15.1.30" />
<PackageVersion Include="ReportViewerCore.NETCore" Version="15.1.30" />
<PackageReference Include="ReportViewerCore.NETCore" />
paket add ReportViewerCore.NETCore --version 15.1.30
#r "nuget: ReportViewerCore.NETCore, 15.1.30"
#:package ReportViewerCore.NETCore@15.1.30
#addin nuget:?package=ReportViewerCore.NETCore&version=15.1.30
#tool nuget:?package=ReportViewerCore.NETCore&version=15.1.30
This project is not supported/developed by Microsoft
This project is aimed at porting Microsoft SQL Server Reporting Services (Report Viewer) to .NET 8. 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 | net8.0 is compatible. 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 is compatible. 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 is compatible. 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. |
-
net10.0
- Microsoft.CodeAnalysis.VisualBasic (>= 4.14.0)
- System.CodeDom (>= 10.0.0)
- System.Drawing.Common (>= 10.0.0)
- System.IO.Packaging (>= 10.0.0)
- System.Resources.Extensions (>= 10.0.0)
- System.ServiceModel.Http (>= 10.0.652802)
-
net8.0
- Microsoft.CodeAnalysis.VisualBasic (>= 4.8.0)
- System.CodeDom (>= 8.0.0)
- System.Drawing.Common (>= 8.0.0)
- System.IO.Packaging (>= 8.0.1)
- System.Resources.Extensions (>= 8.0.0)
- System.ServiceModel.Http (>= 8.1.0)
-
net9.0
- Microsoft.CodeAnalysis.VisualBasic (>= 4.8.0)
- System.CodeDom (>= 9.0.0)
- System.Drawing.Common (>= 9.0.0)
- System.IO.Packaging (>= 9.0.0)
- System.Resources.Extensions (>= 9.0.0)
- System.ServiceModel.Http (>= 8.1.0)
NuGet packages (19)
Showing the top 5 NuGet packages that depend on ReportViewerCore.NETCore:
| Package | Downloads |
|---|---|
|
Ratku.FrameWork.Web
杭州柒数信息科技有限公司 @2022 |
|
|
PTRPlus.Framework
PTR Plus Framework |
|
|
LIbUtil
Librería De Utilidades |
|
|
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 (1)
Showing the top 1 popular GitHub repositories that depend on ReportViewerCore.NETCore:
| Repository | Stars |
|---|---|
|
FuseCP/FuseCP
Multi Server Control Panel for Windows based on C#
|
| Version | Downloads | Last Updated |
|---|---|---|
| 15.1.33 | 60,348 | 1/20/2026 |
| 15.1.32 | 17,986 | 1/12/2026 |
| 15.1.31 | 1,424 | 1/12/2026 |
| 15.1.30 | 1,144 | 1/9/2026 |
| 15.1.29 | 12,972 | 12/22/2025 |
| 15.1.28 | 3,949 | 12/18/2025 |
| 15.1.27 | 12,349 | 12/1/2025 |
| 15.1.26 | 494,419 | 1/29/2025 |
| 15.1.25 | 217,114 | 11/16/2024 |
| 15.1.24 | 18,515 | 11/16/2024 |
| 15.1.23 | 92,119 | 10/11/2024 |
| 15.1.22 | 111,643 | 8/13/2024 |
| 15.1.21 | 155,742 | 6/10/2024 |
| 15.1.20 | 20,375 | 5/31/2024 |
| 15.1.19 | 334,693 | 11/17/2023 |
| 15.1.18 | 231,119 | 8/30/2023 |
| 15.1.17 | 761,208 | 7/11/2022 |
| 15.1.16 | 206,534 | 3/14/2022 |
| 15.1.15 | 106,903 | 12/1/2021 |
| 15.1.14 | 106,598 | 7/2/2021 |