DigitalDoor.Reporting.Extensions
1.13.49
See the version list below for details.
dotnet add package DigitalDoor.Reporting.Extensions --version 1.13.49
NuGet\Install-Package DigitalDoor.Reporting.Extensions -Version 1.13.49
<PackageReference Include="DigitalDoor.Reporting.Extensions" Version="1.13.49" />
paket add DigitalDoor.Reporting.Extensions --version 1.13.49
#r "nuget: DigitalDoor.Reporting.Extensions, 1.13.49"
// Install DigitalDoor.Reporting.Extensions as a Cake Addin #addin nuget:?package=DigitalDoor.Reporting.Extensions&version=1.13.49 // Install DigitalDoor.Reporting.Extensions as a Cake Tool #tool nuget:?package=DigitalDoor.Reporting.Extensions&version=1.13.49
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.50)
- 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 | 81 | 11/2/2024 |
1.16.58 | 91 | 10/10/2024 |
1.16.57 | 102 | 6/7/2024 |
1.14.56 | 110 | 5/26/2024 |
1.14.53 | 106 | 5/11/2024 |
1.14.52 | 131 | 3/19/2024 |
1.14.51 | 220 | 12/11/2023 |
1.14.50 | 161 | 11/22/2023 |
1.13.51 | 125 | 11/22/2023 |
1.13.50 | 126 | 11/7/2023 |
1.13.49 | 127 | 11/3/2023 |
1.13.48 | 139 | 10/24/2023 |
1.13.47 | 136 | 10/4/2023 |
1.13.46 | 129 | 9/8/2023 |
1.13.45 | 123 | 9/4/2023 |
1.13.44 | 149 | 8/27/2023 |
1.12.43 | 152 | 8/25/2023 |
0.7.22 | 437 | 7/28/2022 |
0.7.21 | 390 | 7/28/2022 |
2023-11-03: Update DigitalDoor.Reporting to version 1.13.50.
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().