DigitalDoor.Reporting.Entities
1.13.45
See the version list below for details.
dotnet add package DigitalDoor.Reporting.Entities --version 1.13.45
NuGet\Install-Package DigitalDoor.Reporting.Entities -Version 1.13.45
<PackageReference Include="DigitalDoor.Reporting.Entities" Version="1.13.45" />
paket add DigitalDoor.Reporting.Entities --version 1.13.45
#r "nuget: DigitalDoor.Reporting.Entities, 1.13.45"
// Install DigitalDoor.Reporting.Entities as a Cake Addin #addin nuget:?package=DigitalDoor.Reporting.Entities&version=1.13.45 // Install DigitalDoor.Reporting.Entities as a Cake Tool #tool nuget:?package=DigitalDoor.Reporting.Entities&version=1.13.45
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DigitalDoor.Reporting.Entities:
Package | Downloads |
---|---|
DigitalDoor.Reporting.Helpers
Tools for windows platforms only. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.16.58 | 171 | 11/2/2024 |
1.16.57 | 267 | 6/7/2024 |
1.16.56 | 197 | 5/26/2024 |
1.16.54 | 191 | 5/11/2024 |
1.15.53 | 180 | 3/21/2024 |
1.14.52 | 181 | 3/19/2024 |
1.14.51 | 298 | 12/11/2023 |
1.14.50 | 225 | 11/22/2023 |
1.13.46 | 223 | 11/1/2023 |
1.13.45 | 339 | 10/4/2023 |
1.13.44 | 398 | 8/27/2023 |
1.12.43 | 245 | 8/25/2023 |
0.8.25 | 216 | 5/23/2023 |
0.8.23 | 537 | 11/7/2022 |
0.7.21 | 1,843 | 7/28/2022 |
[2023-10-04] Change Section constructor to add new can set the orientation. Fixed when orientation is set, setup correctly the dimensions for the row and body from Page constructor.
[2023-08-27] Add new interface IReportAsBytes fo can generate directly the PDF bytes in only one injection. Cleanup unnecesary commented files.