FastReport.OpenSource.Web
2026.1.3
Prefix Reserved
dotnet add package FastReport.OpenSource.Web --version 2026.1.3
NuGet\Install-Package FastReport.OpenSource.Web -Version 2026.1.3
<PackageReference Include="FastReport.OpenSource.Web" Version="2026.1.3" />
<PackageVersion Include="FastReport.OpenSource.Web" Version="2026.1.3" />
<PackageReference Include="FastReport.OpenSource.Web" />
paket add FastReport.OpenSource.Web --version 2026.1.3
#r "nuget: FastReport.OpenSource.Web, 2026.1.3"
#:package FastReport.OpenSource.Web@2026.1.3
#addin nuget:?package=FastReport.OpenSource.Web&version=2026.1.3
#tool nuget:?package=FastReport.OpenSource.Web&version=2026.1.3
Package Description
| 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. net6.0-windows7.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FastReport.OpenSource.Web:
| Package | Downloads |
|---|---|
|
OO.Report.Component
Report components implementations for EasyDataCore infrastructure |
|
|
RapidFire.Core.Blazor
RapidFire 8.0.9.3 – Release Notes ================================= NEW COMPONENT ------------- <HolidayCalendarRF /> A powerful yearly calendar component to manage and visualize office holidays, leaves, and work-from-home (WFH) events. Designed for flexibility, it supports custom data models, dynamic event loading, editing, and lifecycle hooks. USAGE ----- <HolidayCalendarRF Model="Holiday" Color="red" AdditionalEvents="additionalEvents" Editable OnBeforeSave="onb4save" OnAfterSave="onaftsave" OnDelete="ondelete" /> LOAD ADDITIONAL EVENTS --------------------- async Task<List<Holiday>> additionalEvents(int year) { if (year > DateTime.Now.Year) return new(); return new List<Holiday>() { new Holiday { Group="Casual Leave", StartDate=new DateTime(year,5,1), EndDate=new DateTime(year,5,1), Title="Chuti", Color="#ffca7c" }, new Holiday { Group="Casual Leave", StartDate=new DateTime(year,5,2), EndDate=new DateTime(year,5,2), Title="Chuti", Color="#ffca7c" }, new Holiday { Group="Casual Leave", StartDate=new DateTime(year,7,1), EndDate=new DateTime(year,7,1), Title="Chuti", Color="#ffca7c" }, new Holiday { Group="Sick Leave", StartDate=new DateTime(year,1,1), EndDate=new DateTime(year,1,1), Title="Chuti", Color="gray" }, new Holiday { Group="Sick Leave", StartDate=new DateTime(year,2,1), EndDate=new DateTime(year,2,3), Title="Chuti", Color="gray" }, new Holiday { Group="Sick Leave", StartDate=new DateTime(year,9,21), EndDate=new DateTime(year,10,3), Title="Chuti", Color="gray" }, new Holiday { Group="WFH", StartDate=new DateTime(year,11,22),EndDate=new DateTime(year,11,22),Title="WFH", Color="blue" }, }; } LIFECYCLE HOOKS --------------- Holiday onb4save(Holiday model) { // Modify the model before save if required return model; } void onaftsave(Holiday model) { // Execute logic after save } void ondelete(Holiday model) { // Handle delete action } CUSTOM DATA MODEL ----------------- public class Holiday : HolidayRF { [Key] public string HolidayId { get; set; } = Guid.NewGuid().ToString(); } UPDATES ------- 1. DatePickerRF - Validation enhancements for improved date handling and edge-case coverage. 2. FormRF - Improved reset state behavior for more predictable and consistent form resets. ================================= |
|
|
Chronosinfo.PrintDFe
Gerador de documentos fiscais |
|
|
FrontLookCoreLibraryAssembly.Desktop
This package adds an asp.net core desktop class library! |
|
|
RapidFireLib
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FastReport.OpenSource.Web:
| Repository | Stars |
|---|---|
|
anuraj/AspNetCoreSamples
This repository is set of ASP.NET Core projects and scripts.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2026.1.3 | 1,330 | 12/11/2025 | |
| 2026.1.2 | 2,374 | 10/17/2025 | |
| 2026.1.1 | 372 | 10/16/2025 | |
| 2026.1.0 | 744 | 10/13/2025 | |
| 2025.2.12 | 2,912 | 9/23/2025 | |
| 2025.2.11 | 1,084 | 9/4/2025 | |
| 2025.2.10 | 651 | 8/28/2025 | |
| 2025.2.9 | 554 | 8/20/2025 | |
| 2025.2.8 | 1,181 | 8/1/2025 | |
| 2025.2.7 | 484 | 7/29/2025 | |
| 2025.2.0 | 10,899 | 4/7/2025 | |
| 2025.1.0 | 33,832 | 10/17/2024 | |
| 2024.2.14 | 19,963 | 7/27/2024 | |
| 2024.2.1 | 19,807 | 4/17/2024 | |
| 2024.2.0 | 4,892 | 4/8/2024 | |
| 2024.1.10 | 2,080 | 3/22/2024 | |
| 2024.1.7 | 15,172 | 2/22/2024 | |
| 2024.1.6 | 3,008 | 2/13/2024 | |
| 2024.1.5 | 7,309 | 1/31/2024 | |
| 2024.1.4 | 12,208 | 1/24/2024 | |
| 2024.1.3 | 4,288 | 1/9/2024 | |
| 2024.1.2 | 5,462 | 12/19/2023 | |
| 2024.1.1 | 2,929 | 12/1/2023 | |
| 2024.1.0 | 1,665 | 11/27/2023 | |
| 2023.3.13 | 3,441 | 11/17/2023 | |
| 2023.3.12 | 1,141 | 11/15/2023 | |
| 2023.3.11 | 493 | 11/13/2023 | |
| 2023.3.10 | 458 | 11/10/2023 | |
| 2023.3.9 | 1,433 | 11/1/2023 | |
| 2023.3.7 | 1,650 | 10/18/2023 | |
| 2023.3.5 | 1,262 | 10/9/2023 | |
| 2023.3.4 | 1,800 | 10/3/2023 | |
| 2023.3.3 | 845 | 9/29/2023 | |
| 2023.3.2 | 2,442 | 9/27/2023 | |
| 2023.3.1 | 1,148 | 9/25/2023 | |
| 2023.3.0 | 1,739 | 9/11/2023 | |
| 2023.2.29 | 2,445 | 8/21/2023 | |
| 2023.2.27 | 858 | 8/10/2023 | |
| 2023.2.26 | 382 | 8/10/2023 | |
| 2023.2.25 | 974 | 7/31/2023 | |
| 2023.2.24 | 810 | 7/24/2023 | |
| 2023.2.23 | 739 | 7/19/2023 | |
| 2023.2.20 | 5,530 | 7/3/2023 | |
| 2023.2.19 | 431 | 7/3/2023 | |
| 2023.2.18 | 1,679 | 6/16/2023 | |
| 2023.2.16 | 7,590 | 6/1/2023 | |
| 2023.2.15 | 733 | 5/26/2023 | |
| 2023.2.14 | 660 | 5/19/2023 | |
| 2023.2.13 | 813 | 5/15/2023 | |
| 2023.2.12 | 1,345 | 5/5/2023 | |
| 2023.2.10 | 1,245 | 4/26/2023 | |
| 2023.2.9 | 1,267 | 4/20/2023 | |
| 2023.2.8 | 589 | 4/19/2023 | |
| 2023.2.7 | 1,824 | 4/10/2023 | |
| 2023.2.6 | 528 | 4/6/2023 | |
| 2023.2.5 | 2,241 | 3/30/2023 | |
| 2023.2.4 | 67,983 | 3/22/2023 | |
| 2023.2.3 | 601 | 3/20/2023 | |
| 2023.2.2 | 738 | 3/17/2023 | |
| 2023.2.0 | 10,955 | 3/13/2023 | |
| 2023.1.13 | 13,033 | 2/14/2023 | |
| 2023.1.12 | 1,744 | 2/8/2023 | |
| 2023.1.11 | 710 | 2/7/2023 | |
| 2023.1.10 | 3,113 | 1/27/2023 | |
| 2023.1.9 | 1,075 | 1/19/2023 | |
| 2023.1.8 | 8,600 | 1/9/2023 | |
| 2023.1.6 | 2,511 | 12/23/2022 | |
| 2023.1.1 | 3,670 | 12/9/2022 | |
| 2023.1.0 | 3,621 | 11/28/2022 | |
| 2022.3.15 | 3,696 | 11/17/2022 | |
| 2022.3.14 | 643 | 11/16/2022 | |
| 2022.3.13 | 1,729 | 11/9/2022 | |
| 2022.3.12 | 4,011 | 10/27/2022 | |
| 2022.3.11 | 1,501 | 10/20/2022 | |
| 2022.3.10 | 1,726 | 10/12/2022 | |
| 2022.3.9 | 1,576 | 10/5/2022 | |
| 2022.3.8 | 1,202 | 9/29/2022 | |
| 2022.3.6 | 3,498 | 9/23/2022 | |
| 2022.3.4 | 2,596 | 9/14/2022 | |
| 2022.3.0 | 1,687 | 9/6/2022 | |
| 2022.2.18 | 935 | 8/31/2022 | |
| 2022.2.17 | 8,493 | 8/5/2022 | |
| 2022.2.16 | 1,279 | 7/28/2022 | |
| 2022.2.15 | 3,565 | 7/14/2022 | |
| 2022.2.14 | 1,270 | 7/12/2022 | |
| 2022.2.13 | 1,059 | 7/5/2022 | |
| 2022.2.12 | 5,280 | 6/17/2022 | |
| 2022.2.11 | 3,066 | 6/2/2022 | |
| 2022.2.9 | 6,260 | 5/16/2022 | |
| 2022.2.7 | 11,728 | 4/15/2022 | |
| 2022.2.2 | 6,226 | 3/18/2022 | |
| 2022.2.0 | 6,181 | 3/14/2022 | |
| 2022.1.14 | 3,785 | 2/22/2022 | |
| 2022.1.13 | 4,695 | 2/9/2022 | |
| 2022.1.11 | 14,243 | 2/2/2022 | |
| 2022.1.10 | 4,015 | 1/25/2022 | |
| 2022.1.9 | 1,615 | 1/17/2022 | |
| 2022.1.0 | 17,521 | 12/6/2021 | |
| 2021.4.16 | 6,315 | 11/24/2021 | |
| 2021.4.15 | 1,675 | 11/15/2021 | |
| 2021.4.13 | 4,058 | 11/2/2021 | |
| 2021.4.12 | 789 | 11/2/2021 | |
| 2021.4.6 | 19,886 | 9/27/2021 | |
| 2021.4.3 | 2,183 | 9/8/2021 | |
| 2021.4.0 | 2,042 | 9/6/2021 | |
| 2021.3.30 | 994 | 8/30/2021 | |
| 2021.3.29 | 810 | 8/27/2021 | |
| 2021.3.28 | 1,024 | 8/20/2021 | |
| 2021.3.27 | 1,228 | 8/19/2021 | |
| 2021.3.22 | 2,854 | 7/29/2021 | |
| 2021.3.17 | 1,318 | 7/19/2021 | |
| 2021.3.15 | 1,070 | 7/13/2021 | |
| 2021.3.14 | 1,046 | 7/10/2021 | |
| 2021.3.13 | 1,123 | 7/7/2021 | |
| 2021.3.6 | 3,188 | 6/10/2021 | |
| 2021.3.4 | 2,371 | 6/2/2021 | |
| 2021.3.1 | 1,385 | 5/18/2021 | |
| 2021.3.0 | 1,302 | 5/17/2021 | |
| 2021.2.14 | 958 | 5/11/2021 | |
| 2021.2.11 | 2,287 | 4/26/2021 | |
| 2021.2.7 | 2,280 | 4/8/2021 | |
| 2021.2.6 | 781 | 4/8/2021 | |
| 2021.2.0 | 5,228 | 3/9/2021 | |
| 2021.1.20 | 3,838 | 2/25/2021 | |
| 2021.1.17 | 4,861 | 2/17/2021 | |
| 2021.1.7 | 3,571 | 1/12/2021 | |
| 2021.1.2 | 3,776 | 12/17/2020 | |
| 2021.1.0 | 2,137 | 12/7/2020 | |
| 2020.4.11 | 10,579 | 11/26/2020 | |
| 2020.4.10 | 4,567 | 11/24/2020 | |
| 2020.4.9 | 5,464 | 11/7/2020 | |
| 2020.4.8 | 1,016 | 11/5/2020 | |
| 2020.4.7 | 5,327 | 10/30/2020 | |
| 2020.4.6 | 2,120 | 10/26/2020 | |
| 2020.4.5 | 3,712 | 10/13/2020 | |
| 2020.4.4 | 1,994 | 10/2/2020 | |
| 2020.4.3 | 3,058 | 9/25/2020 | |
| 2020.4.0 | 3,982 | 9/7/2020 | |
| 2020.3.22 | 1,614 | 8/28/2020 | |
| 2020.3.21 | 934 | 8/26/2020 | |
| 2020.3.17 | 2,692 | 8/14/2020 | |
| 2020.3.14 | 2,391 | 7/28/2020 | |
| 2020.3.10 | 2,036 | 7/16/2020 | |
| 2020.3.4 | 6,797 | 5/29/2020 | |
| 2020.3.1 | 9,544 | 5/20/2020 | |
| 2020.3.0 | 2,750 | 5/18/2020 | |
| 2020.2.9 | 4,357 | 4/14/2020 | |
| 2020.2.0 | 6,470 | 3/12/2020 | |
| 2020.1.28 | 1,909 | 3/2/2020 | |
| 2020.1.25 | 1,549 | 2/25/2020 | |
| 2020.1.20 | 3,297 | 2/11/2020 | |
| 2020.1.0 | 40,562 | 12/2/2019 | |
| 2019.4.0 | 13,080 | 9/10/2019 | |
| 2019.3.19 | 5,467 | 8/1/2019 | |
| 2019.3.13 | 1,382 | 7/12/2019 | |
| 2019.3.0 | 5,529 | 5/15/2019 | |
| 2019.2.0 | 3,635 | 3/5/2019 | |
| 2019.1.20 | 1,299 | 2/14/2019 | |
| 2019.1.0 | 4,053 | 12/19/2018 | |
| 2018.4.16 | 1,385 | 12/11/2018 | |
| 2018.4.9 | 1,516 | 11/2/2018 | |
| 2018.4.7 | 2,245 | 10/25/2018 |