DigitalDoor.Reporting
1.12.43
See the version list below for details.
dotnet add package DigitalDoor.Reporting --version 1.12.43
NuGet\Install-Package DigitalDoor.Reporting -Version 1.12.43
<PackageReference Include="DigitalDoor.Reporting" Version="1.12.43" />
paket add DigitalDoor.Reporting --version 1.12.43
#r "nuget: DigitalDoor.Reporting, 1.12.43"
// Install DigitalDoor.Reporting as a Cake Addin #addin nuget:?package=DigitalDoor.Reporting&version=1.12.43 // Install DigitalDoor.Reporting as a Cake Tool #tool nuget:?package=DigitalDoor.Reporting&version=1.12.43
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.12.43)
- DigitalDoor.Reporting.Helpers (>= 1.12.43)
- itext7 (>= 7.2.5)
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 | 127 | 11/2/2024 | |
1.16.58 | 134 | 10/10/2024 | |
1.16.57 | 166 | 6/7/2024 | |
1.16.56 | 170 | 5/26/2024 | |
1.16.54 | 168 | 5/11/2024 | |
1.15.53 | 155 | 3/21/2024 | |
1.14.52 | 143 | 3/19/2024 | |
1.14.51 | 272 | 12/11/2023 | |
1.14.50 | 190 | 11/22/2023 | |
1.13.52 | 155 | 11/22/2023 | |
1.13.51 | 158 | 11/7/2023 | |
1.13.50 | 175 | 11/3/2023 | |
1.13.49 | 179 | 10/24/2023 | |
1.13.48 | 178 | 10/4/2023 | |
1.13.47 | 175 | 9/8/2023 | |
1.13.46 | 178 | 9/4/2023 | |
1.13.45 | 193 | 8/27/2023 | |
1.13.44 | 168 | 8/27/2023 | |
1.12.43 | 185 | 8/25/2023 | |
0.7.22 | 344 | 7/28/2022 | |
0.7.21 | 327 | 7/28/2022 |
2023-08-10: Add Create PDF Using IText7 C#