ReportViewerCore.NETCore 15.1.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package ReportViewerCore.NETCore --version 15.1.12
NuGet\Install-Package ReportViewerCore.NETCore -Version 15.1.12
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.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReportViewerCore.NETCore --version 15.1.12
#r "nuget: ReportViewerCore.NETCore, 15.1.12"
#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.
// Install ReportViewerCore.NETCore as a Cake Addin
#addin nuget:?package=ReportViewerCore.NETCore&version=15.1.12

// Install ReportViewerCore.NETCore as a Cake Tool
#tool nuget:?package=ReportViewerCore.NETCore&version=15.1.12

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

NuGet packages (14)

Showing the top 5 NuGet packages that depend on ReportViewerCore.NETCore:

Package Downloads
Ratku.FrameWork.Web

杭州柒数信息科技有限公司 @2022

LIbUtil

Librería De Utilidades

Uleam.Aplicacion.Helper

Package Description

UniLib.Chroma

Package Description

AzRUtil.Web.Library

AzR Utility & extension for Web (MVC & API)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
15.1.19 53,119 11/17/2023
15.1.18 73,769 8/30/2023
15.1.17 418,710 7/11/2022
15.1.16 127,353 3/14/2022
15.1.15 59,917 12/1/2021
15.1.14 84,481 7/2/2021
15.1.13 29,658 4/15/2021
15.1.12 1,642 4/12/2021
15.1.11 9,803 3/8/2021
15.1.10 8,223 2/19/2021
15.1.9 1,559 2/8/2021
15.1.8 1,382 1/28/2021
15.1.7 1,637 1/27/2021
15.1.6 4,823 1/18/2021
15.1.5 6,454 11/12/2020
15.1.4 1,420 10/23/2020
15.1.3 1,479 10/7/2020
15.1.2 1,401 10/6/2020
15.1.1 2,640 6/29/2020