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
                    
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="FastReport.OpenSource.Web" Version="2026.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FastReport.OpenSource.Web" Version="2026.1.3" />
                    
Directory.Packages.props
<PackageReference Include="FastReport.OpenSource.Web" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FastReport.OpenSource.Web --version 2026.1.3
                    
#r "nuget: FastReport.OpenSource.Web, 2026.1.3"
                    
#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.
#:package FastReport.OpenSource.Web@2026.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FastReport.OpenSource.Web&version=2026.1.3
                    
Install as a Cake Addin
#tool nuget:?package=FastReport.OpenSource.Web&version=2026.1.3
                    
Install as a Cake Tool

Package Description

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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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,441 12/11/2025
2026.1.2 2,416 10/17/2025
2026.1.1 386 10/16/2025
2026.1.0 762 10/13/2025
2025.2.12 2,955 9/23/2025
2025.2.11 1,116 9/4/2025
2025.2.10 668 8/28/2025
2025.2.9 575 8/20/2025
2025.2.8 1,196 8/1/2025
2025.2.7 500 7/29/2025
2025.2.0 10,996 4/7/2025
2025.1.0 34,013 10/17/2024
2024.2.14 20,049 7/27/2024
2024.2.1 19,897 4/17/2024
2024.2.0 4,917 4/8/2024
2024.1.10 2,104 3/22/2024
2024.1.7 15,214 2/22/2024
2024.1.6 3,022 2/13/2024
2024.1.5 7,333 1/31/2024
2024.1.4 12,291 1/24/2024
Loading failed