ReportViewerCore.NETCore 15.1.33

dotnet add package ReportViewerCore.NETCore --version 15.1.33
                    
NuGet\Install-Package ReportViewerCore.NETCore -Version 15.1.33
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ReportViewerCore.NETCore" Version="15.1.33" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReportViewerCore.NETCore" Version="15.1.33" />
                    
Directory.Packages.props
<PackageReference Include="ReportViewerCore.NETCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ReportViewerCore.NETCore --version 15.1.33
                    
#r "nuget: ReportViewerCore.NETCore, 15.1.33"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ReportViewerCore.NETCore@15.1.33
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ReportViewerCore.NETCore&version=15.1.33
                    
Install as a Cake Addin
#tool nuget:?package=ReportViewerCore.NETCore&version=15.1.33
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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, 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 9,108 1/20/2026
15.1.32 8,948 1/12/2026
15.1.31 531 1/12/2026
15.1.30 873 1/9/2026
15.1.29 6,711 12/22/2025
15.1.28 2,348 12/18/2025
15.1.27 8,552 12/1/2025
15.1.26 414,730 1/29/2025
15.1.25 191,713 11/16/2024
15.1.24 15,492 11/16/2024
15.1.23 77,207 10/11/2024
15.1.22 102,241 8/13/2024
15.1.21 142,086 6/10/2024
15.1.20 19,535 5/31/2024
15.1.19 311,392 11/17/2023
15.1.18 216,147 8/30/2023
15.1.17 731,612 7/11/2022
15.1.16 203,037 3/14/2022
15.1.15 104,255 12/1/2021
15.1.14 105,194 7/2/2021
Loading failed