logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Core
  • .NET
  • Mono
  • Linux
  • Core
  • Libgdiplus
  • Unicode
  • VCL
  • Lazarus
  • FastReport
  • Delphi
  • WCF
  • FastReport 6
  • Invoice
  • Academic
  • MacOS
  • TTF
  • ASP.NET
  • PDF
  • WebReport
  • Export
  • Data Source
  • Barcode
  • QR Code
  • WPF
  • ZUGFeRD
  • Desktop
  • CSV
  • ZPL
  • SQL
  • Window function
  • Angular
  • Install
  • Online Designer
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • MVC
  • Script
  • Converter
  • Migration
  • Batch conversion
  • Plugin
  • Designer
  • PHP
  • Excel
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • CrossTab
  • FastCube
  • OLAP
  • C#
  • MAPI
  • Email
  • VB6
  • Visual Studio
  • XAML
  • FireMonkey
  • FMX
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Map
  • HTML
  • XLSX
  • Report
  • SAP
  • Interactivity
  • PostgreSQL
  • Web API
  • SVG
  • Pages
  • SSRS
  • DropBox
  • Preview
  • Toolbar
  • Open Source
  • Cross-platform
  • Anywhere
  • .NET5
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • Customization
  • PageFooter
  • RTF
  • TXT
  • PowerPoint
  • Word
  • ARM
  • WinForms
  • Business card
  • DBA
  • Sales receipt
  • ODS
  • ODT
  • Visual Basic
  • Event
  • OpenOffice
  • SBER
  • Interactive Forms
  • NuGet
  • FmxLinux
  • RAD Studio
  • GTK3
  • Recompile
  • Ubuntu
  • CEF4Delphi
  • WebView2
  • OAuth 2.0
  • TEdgeBrowser
  • TWebBrowser
  • Blazor
  • SPA
  • Data filtering
  • Matrix
  • CSS
  • HTMLView
  • Business Graphics
  • Crystal Reports
  • Windows 11
  • ROSA Linux
  • M. Alaev
  • S. Antonenko
  • G. Bagaevski
  • A. Begunov
  • M. Drazdou
  • A. Fediashov
  • D. Fedyashov
  • A. Hayruddinov
  • P. Ishenin
  • M. Karpinskiy
  • O. Kojnikov
  • K. Kornienko
  • A. Krakovcev
  • A. Kukuyuk
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • O. Pryalkov
  • E. Sinitskaya
  • V. Sopnev
  • A. Syrykh
  • A. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov
How to create a report from web application code
February 16, 2022
Dmitriy Fedyashov
.NETFastReportASP.NETMVCCoreWebReportReportNuGet

Sometimes creating a report can turn into to be a real headache. For example, when you need to manage the content of the report based on the conditions in the program. It is easier to do this in the program code than to transfer parameters to the report and develop the report script logic. Today we...

Setup of advanced export functions in FastReport.Web for Core and Blazor Server
December 6, 2021
Kirill Kornienko
.NETVisual StudioFastReportCoreWebReportBlazor

Often, our users need to change the file export parameters, and we will look at their implementation today. This feature was integrated into the 2022.1 release. Let's say that we have a finished project. Let's take any report from the FastReport .NET demo application and add additional parameters...

Working with NuGet packages in FastReport
November 22, 2021
Kirill Kornienko
.NETVisual StudioFastReportCoreC#ReportNuGet

UPD: Applies to the versions of FastReport .NET before 2022.2. License packages are now available on our NuGet server. NuGet is an open source package management system for Microsoft development platforms (formerly known as NuPack). NuGet is an extension (add-on) for easily adding, removing, an...

Starting an application with FastReport .NET in Docker with Linux
November 17, 2021
Marat Alaev
.NETFastReportLinuxCoreUbuntu

Docker is a software platform for rapid development, testing and launching of applications. Due to it, one may locate multiple containers on one server. The containers are understood as integrity of our application, its dependences, and image. One should remember that an image is a template which re...

Connecting to Elasticsearch
November 10, 2021
Vladislav Yarovoy
.NETMonoFastReportCoreJSON

Now FastReport .NET, Core, Mono, and OpenSource products allow connecting to Elasticsearch. Elasticsearch is a scalable utility program for full-text search and analytics, which allows storing, searching, and analyzing large volumes of data quickly and in real-time mode. You may obtain data in JSON...

How to use FastCube .NET in React application
October 1, 2021
Dmitriy Fedyashov
.NETFastCubeASP.NETCoreReactSPA

UPD: Applies to the versions of FastCube .NET before 2022.1. License packages are now available on our NuGet server. The ReactJs library has become widespread in the web development of single-page applications. Previously we have covered how to display reports and the online report designer in Reac...

How to host FastReport ASP .NET Core application in IIS Windows Server 2012
September 28, 2021
Marat Alaev
.NETVisual StudioFastReportASP.NETCoreWeb API

To host the created applications on Internet servers, you need a web server. Today we will launch our web application on IIS (Internet Information Services). It is a web server for hosting sites on the Internet. It is more often used to host web servers under server operating systems with a Windows ...

Toolbar customization and export settings in FastReport.Web for Core
September 6, 2021
Kirill Kornienko
.NETVisual StudioFastReportCoreWebReportC#CustomizationToolbarBlazor

Our users often need to change the appearance of the toolbar or customize the export menu, but not everyone knows how to do this. Let’s say that we already have a finished project. As an example, we can use any report from the FastReport .NET demo application. Let’s add some colors to o...

How to use FastCube .NET in the SPA application Knockout.js
July 21, 2021
German Bagaevski
.NETFastCubeOLAPASP.NETMVCCoreWebReportKnockoutSPA

To output the data cube, we will create a SPA application by means of Knockout.js (library for creating web apps). With the help of this library, we will be able to use TypeScript for the frontend part of our application and also ASP.NET Core MVC for the backend part. With it, we will be able to use...

How to use FastCube .NET in ASP .NET Core application
May 6, 2021
Dmitriy Fedyashov
.NETFastCubeOLAPASP.NETMVCCore

1. About FastCube Report generator FastReport .NET covers nearly all requirements of users in report making. Nearly all, but still not absolutely all! When it comes to cross tables, it becomes “tight”. The Matrix object is intended only for the output of cross data, but not for manipula...

Assembly of FastCube.Core for .NET 5.0
May 10, 2021
Marat Alaev
FastCubeOLAPCore.NET5

Today, such analytical tools as OLAP cubes are extremely demanded. Fast Report possesses such a system and allows displaying data cubes with slices in .NET applications, for example in NET 5.0. Now we will discuss how to use it in your reports. To use the FastCube.Core libraries, one has to prelimi...

How to use FastCube .NET in Vue SPA application
April 14, 2021
Dmitriy Fedyashov
.NETFastCubeOLAPCoreVue

The Vue.js framework is currently very popular and stands in line with Angular. We have already considered how to use FastReport.Core in Angular application. Now let us consider how to implement the display of a FastReport web report in a single-page application on Vue.js with backend on ASP .NET Co...

Reports and PDF documents in Blazor
April 5, 2021
Kirill Kornienko
.NETVisual StudioFastReportCoreC#Blazor

Microsoft has recently launched a web platform called Blazor. This framework allows creating an interactive web interface with the C# language, as well as HTML and CSS. Blazor is highly demanded and rapidly gains popularity among many .NET developers. We have updated the FastReport.Web package, addi...

How to migrate projects from FastReport Open Source to FastReport Core
March 9, 2019
Dmitriy Fedyashov
FastReportCoreOpen Source

FastReport Open Source has just appeared, but I can already anticipate some of the questions users. Due to the fact that the export of the report in fact possible only in HTML format to many of you attraction of FastReport Open Source may seem questionable. And you may wonder, "Is it worth starting ...

FastReport .NET packages and .NET 5.0
December 17, 2020
Kirill Kornienko
.NETVisual StudioFastReportCoreC#.NET5NuGet

UPD: Applies to the versions of FastReport .NET before 2022.2. License packages are now available on our NuGet server. With the release of FastReport .NET 2021.1 we’re happy to announce two important things: addition of the FastReport.NET package and the support of .NET 5.0. .NET5.0 suppor...

Building libgdiplus library from source
October 2, 2020
Alexander Tsyganenko
.NETMonoLinuxCoreLibgdiplusUnicode

When using the FastReport.NET (Core), FastReport Open Source and FastReport Mono libraries on Linux operating system, as well as when saving documents as images or PDF files, there is a possibility to experience the incorrect display of Unicode texts in the report preview. One of the most common pr...

How to update the FastReport.Core web report
September 21, 2020
Dmitriy Fedyashov
.NETFastReportCoreWebReport

Sometimes you need to update the report, for example if you input a new variable value, or if you want to display another report in the same Web report object at all. This usually updates the entire view (we're talking about MVC applications) for the sub-set. But it would be much better if you updat...

1 2 3 > >>
logo
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314
  • Buy
  • Download
  • Documentation
  • Testimonials
  • How to uninstall
  • Ticket system
  • FAQ
  • Tutorial Video
  • Forum
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Contact us

© 1998-2022 by Fast Reports Inc.

  • Privacy Policy