DigitalDoor.Reporting.Blazor
0.11.40
See the version list below for details.
dotnet add package DigitalDoor.Reporting.Blazor --version 0.11.40
NuGet\Install-Package DigitalDoor.Reporting.Blazor -Version 0.11.40
<PackageReference Include="DigitalDoor.Reporting.Blazor" Version="0.11.40" />
paket add DigitalDoor.Reporting.Blazor --version 0.11.40
#r "nuget: DigitalDoor.Reporting.Blazor, 0.11.40"
// Install DigitalDoor.Reporting.Blazor as a Cake Addin #addin nuget:?package=DigitalDoor.Reporting.Blazor&version=0.11.40 // Install DigitalDoor.Reporting.Blazor as a Cake Tool #tool nuget:?package=DigitalDoor.Reporting.Blazor&version=0.11.40
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
- DigitalDoor.Reporting.Entities (>= 0.8.23)
- Microsoft.AspNetCore.Components.Web (>= 6.0.15)
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.60 | 103 | 11/2/2024 |
1.16.59 | 94 | 10/10/2024 |
1.16.57 | 113 | 6/7/2024 |
1.15.56 | 107 | 5/26/2024 |
1.15.54 | 107 | 5/11/2024 |
1.15.53 | 147 | 3/21/2024 |
1.14.52 | 124 | 3/19/2024 |
1.14.51 | 215 | 12/11/2023 |
1.14.50 | 165 | 11/22/2023 |
1.13.51 | 124 | 11/22/2023 |
1.13.50 | 110 | 11/7/2023 |
1.13.49 | 144 | 11/3/2023 |
1.13.48 | 151 | 10/24/2023 |
1.13.47 | 146 | 10/4/2023 |
1.13.46 | 155 | 9/8/2023 |
1.13.45 | 152 | 9/4/2023 |
1.13.44 | 154 | 8/27/2023 |
1.12.43 | 158 | 8/25/2023 |
0.11.42 | 159 | 5/23/2023 |
0.11.41 | 139 | 5/23/2023 |
0.11.40 | 146 | 5/22/2023 |
0.9.38 | 341 | 11/21/2022 |
0.8.36 | 316 | 11/9/2022 |
0.8.34 | 343 | 11/6/2022 |
0.8.33 | 411 | 9/13/2022 |
0.8.32 | 382 | 9/6/2022 |
0.8.31 | 389 | 9/5/2022 |
0.7.30 | 410 | 8/25/2022 |
0.7.29 | 406 | 8/21/2022 |
0.7.28 | 418 | 8/16/2022 |
0.7.27 | 412 | 7/30/2022 |
0.7.26 | 399 | 7/30/2022 |
0.7.25 | 389 | 7/30/2022 |
0.7.24 | 425 | 7/30/2022 |
0.7.23 | 417 | 7/29/2022 |
0.7.22 | 409 | 7/28/2022 |
0.7.21 | 409 | 7/28/2022 |
2023-03-09: Fixed "Sequence contains no matching element" when try to get the format for the ColumnData.
2023-03-31: Update Microsoft.AspNetCore.Components.Web to version 6.0.15
2023-04-13: Small improvements how to load javasscript in button to print or download PDF
2023-05-22: Change and implement create columns and pagination correctly. Remove add css from javascript file and use HeadContent component to avoid JAVASCRIPT. Create helper to get the url to load javascript using lazy lading only when it's necessary