DigitalDoor.Reporting.Entities 1.13.44

There is a newer version of this package available.
See the version list below for details.
dotnet add package DigitalDoor.Reporting.Entities --version 1.13.44                
NuGet\Install-Package DigitalDoor.Reporting.Entities -Version 1.13.44                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DigitalDoor.Reporting.Entities" Version="1.13.44" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DigitalDoor.Reporting.Entities --version 1.13.44                
#r "nuget: DigitalDoor.Reporting.Entities, 1.13.44"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DigitalDoor.Reporting.Entities as a Cake Addin
#addin nuget:?package=DigitalDoor.Reporting.Entities&version=1.13.44

// Install DigitalDoor.Reporting.Entities as a Cake Tool
#tool nuget:?package=DigitalDoor.Reporting.Entities&version=1.13.44                

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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

Add new interface IReportAsBytes fo can generate directly the PDF bytes in only one injection. Cleanup unnecesary commented files.