DigitalDoor.Reporting
1.13.51
See the version list below for details.
dotnet add package DigitalDoor.Reporting --version 1.13.51
NuGet\Install-Package DigitalDoor.Reporting -Version 1.13.51
<PackageReference Include="DigitalDoor.Reporting" Version="1.13.51" />
paket add DigitalDoor.Reporting --version 1.13.51
#r "nuget: DigitalDoor.Reporting, 1.13.51"
// Install DigitalDoor.Reporting as a Cake Addin #addin nuget:?package=DigitalDoor.Reporting&version=1.13.51 // Install DigitalDoor.Reporting as a Cake Tool #tool nuget:?package=DigitalDoor.Reporting&version=1.13.51
DigitalDoor.Reporting
Using DigitalDoor Reporting can render, preview and download the PDF about the report is selected.
How to use: Create a ReportViewModel using DigitalDoor.Reporting then you can see the report using the ReportView Component like
<ReportView ReportModel=ReportModel ShowPreview=true />
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- DigitalDoor.Reporting.Entities (>= 1.13.45)
- DigitalDoor.Reporting.Helpers (>= 1.12.43)
- itext7 (>= 8.0.1)
- itext7.bouncy-castle-adapter (>= 8.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on DigitalDoor.Reporting:
Package | Downloads |
---|---|
DigitalDoor.Reporting.Blazor
Provide a components to render,print and preview the reports Generated by DigitalDoor.Reporting with Blazor Components. Also can generate reports from code using clean architecture. |
|
DigitalDoor.Reporting.Extensions
Extension to simplify the Presenter Injection when use Digital Reporting. |
|
DigitalDoor.Reporting.Presenters.PDF
Generate reports from code using clean architecture. Can be used in backend API, in Blazor Server, Blazor Web Assembly, MVC and any .NET Core application. |
|
DigitalDoor.Reporting.Presenters.Images
Generate reports from code using clean architecture. Can be used in backend API, in Blazor Server, Blazor Web Assembly, MVC and any .NET Core application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.16.59 | 118 | 11/2/2024 | |
1.16.58 | 129 | 10/10/2024 | |
1.16.57 | 162 | 6/7/2024 | |
1.16.56 | 167 | 5/26/2024 | |
1.16.54 | 165 | 5/11/2024 | |
1.15.53 | 152 | 3/21/2024 | |
1.14.52 | 140 | 3/19/2024 | |
1.14.51 | 269 | 12/11/2023 | |
1.14.50 | 187 | 11/22/2023 | |
1.13.52 | 152 | 11/22/2023 | |
1.13.51 | 155 | 11/7/2023 | |
1.13.50 | 172 | 11/3/2023 | |
1.13.49 | 176 | 10/24/2023 | |
1.13.48 | 175 | 10/4/2023 | |
1.13.47 | 172 | 9/8/2023 | |
1.13.46 | 175 | 9/4/2023 | |
1.13.45 | 190 | 8/27/2023 | |
1.13.44 | 165 | 8/27/2023 | |
1.12.43 | 182 | 8/25/2023 | |
0.7.22 | 341 | 7/28/2022 | |
0.7.21 | 324 | 7/28/2022 |
2023-11-07: Improved height management in text.
2023-11-03: Fixed image positions when has rotation.
2023-10-24: Fix Z-Index and Background Transparent
2023-10-04: Fixed issue with borders, background colour and left position. Update nuget dependencies.
2023-09-08: Add interface IReportFont can get a font in bytes[] to use your own Font in the report.
2023-09-04: Fixed column jump to render correctly all pages. Improved how to manage angels when have rotations.
2023-08-28: Add Register services extension method. Hide implementation to outside. Implement IReportAsBytes in a controller PDFReportController to get directly the PDF Bytes in only one injection.
2023-08-10: Add Create PDF Using IText7 C#