ReportViewerCore.NETCore
                             
                            
                                15.1.6
                            
                        
                    
        
        
                                There is a newer version of this package available.
                                
See the version list below for details.
                    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
        
        
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.6" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="ReportViewerCore.NETCore" Version="15.1.6" />
<PackageReference Include="ReportViewerCore.NETCore" />
        
        
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.6
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: ReportViewerCore.NETCore, 15.1.6"
        
        
#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.6
        
        
#: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.6
#tool nuget:?package=ReportViewerCore.NETCore&version=15.1.6
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    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. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                    .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 (18)
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 | |
| PTRPlus.Framework PTR Plus Framework | |
| UniLib.Chroma Package Description | 
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 15.1.26 | 267,487 | 1/29/2025 | 
| 15.1.25 | 156,371 | 11/16/2024 | 
| 15.1.24 | 11,436 | 11/16/2024 | 
| 15.1.23 | 66,313 | 10/11/2024 | 
| 15.1.22 | 88,387 | 8/13/2024 | 
| 15.1.21 | 124,337 | 6/10/2024 | 
| 15.1.20 | 17,749 | 5/31/2024 | 
| 15.1.19 | 277,923 | 11/17/2023 | 
| 15.1.18 | 195,623 | 8/30/2023 | 
| 15.1.17 | 687,470 | 7/11/2022 | 
| 15.1.16 | 198,669 | 3/14/2022 | 
| 15.1.15 | 101,650 | 12/1/2021 | 
| 15.1.14 | 103,005 | 7/2/2021 | 
| 15.1.13 | 34,275 | 4/15/2021 | 
| 15.1.12 | 1,909 | 4/12/2021 | 
| 15.1.11 | 10,300 | 3/8/2021 | 
| 15.1.10 | 12,114 | 2/19/2021 | 
| 15.1.9 | 2,159 | 2/8/2021 | 
| 15.1.8 | 1,776 | 1/28/2021 | 
| 15.1.7 | 1,877 | 1/27/2021 | 
| 15.1.6 | 7,650 | 1/18/2021 | 
| 15.1.5 | 7,670 | 11/12/2020 | 
| 15.1.4 | 1,696 | 10/23/2020 | 
| 15.1.3 | 2,581 | 10/7/2020 | 
| 15.1.2 | 2,453 | 10/6/2020 | 
| 15.1.1 | 5,395 | 6/29/2020 |