![]() |
VOOZH | about |
dotnet add package ReportViewer.PDF --version 1.0.0
NuGet\Install-Package ReportViewer.PDF -Version 1.0.0
<PackageReference Include="ReportViewer.PDF" Version="1.0.0" />
<PackageVersion Include="ReportViewer.PDF" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="ReportViewer.PDF" />Project file
paket add ReportViewer.PDF --version 1.0.0
#r "nuget: ReportViewer.PDF, 1.0.0"
#:package ReportViewer.PDF@1.0.0
#addin nuget:?package=ReportViewer.PDF&version=1.0.0Install as a Cake Addin
#tool nuget:?package=ReportViewer.PDF&version=1.0.0Install as a Cake Tool
This is an extension method to Render an rdlc file as PDF.
Use it like this:
var dataSources = new[] { new ReportDataSource("DataSet1", new List<MyObject> { instanceOfMyObject }), new ReportDataSource("DataSet1", new List<MyObject2> { instanceOfMyObject2 }), }; var renderedPDFBytes = new ReportViewer().RenderPDF("FullQualifieldNamespace.Report1.rdlc", dataSources);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net47 net47 is compatible. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 16,917 | 2/8/2018 |