DigitalDoor.Reporting.Extensions
1.13.48
See the version list below for details.
dotnet add package DigitalDoor.Reporting.Extensions --version 1.13.48
NuGet\Install-Package DigitalDoor.Reporting.Extensions -Version 1.13.48
<PackageReference Include="DigitalDoor.Reporting.Extensions" Version="1.13.48" />
paket add DigitalDoor.Reporting.Extensions --version 1.13.48
#r "nuget: DigitalDoor.Reporting.Extensions, 1.13.48"
// Install DigitalDoor.Reporting.Extensions as a Cake Addin #addin nuget:?package=DigitalDoor.Reporting.Extensions&version=1.13.48 // Install DigitalDoor.Reporting.Extensions as a Cake Tool #tool nuget:?package=DigitalDoor.Reporting.Extensions&version=1.13.48
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 (>= 1.13.49)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.16.59 | 79 | 11/2/2024 |
1.16.58 | 89 | 10/10/2024 |
1.16.57 | 100 | 6/7/2024 |
1.14.56 | 108 | 5/26/2024 |
1.14.53 | 104 | 5/11/2024 |
1.14.52 | 129 | 3/19/2024 |
1.14.51 | 218 | 12/11/2023 |
1.14.50 | 159 | 11/22/2023 |
1.13.51 | 123 | 11/22/2023 |
1.13.50 | 124 | 11/7/2023 |
1.13.49 | 125 | 11/3/2023 |
1.13.48 | 137 | 10/24/2023 |
1.13.47 | 134 | 10/4/2023 |
1.13.46 | 127 | 9/8/2023 |
1.13.45 | 121 | 9/4/2023 |
1.13.44 | 147 | 8/27/2023 |
1.12.43 | 150 | 8/25/2023 |
0.7.22 | 435 | 7/28/2022 |
0.7.21 | 388 | 7/28/2022 |
2023-10-24: Update DigitalDoor.Reporting to version 1.13.49.
2023-10-04: Update DigitalDoor.Reporting to version 1.13.48.
2023-09-08: Update DigitalDoor.Reporting to version 1.13.47.
2023-09-04: Update DigitalDoor.Reporting to version 1.13.46.
2023-08-28: Using register container from DigitalDoor.Reporting. Change name space in the dependency container to avid need to add a new namespace reference when want to use the helper to add Services.AddReportingPdfServices().