logo
small logo
  • Products
  • Buy
  • Support
  • About
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Core
  • .NET
  • FastReport
  • CSV
  • Customization
  • Business Graphics
  • Export
  • RTF
  • Install
  • Designer
  • VCL
  • Lazarus
  • Delphi
  • MacOS
  • Mono
  • PDF
  • ASP.NET
  • WebReport
  • Data Source
  • WPF
  • Core
  • ZPL
  • Pages
  • SQL
  • Angular
  • React
  • Online Designer
  • Vue
  • JSON
  • Knockout
  • MVC
  • PHP
  • Excel
  • Firebird
  • Filtering
  • FastCube
  • OLAP
  • Converter
  • C#
  • MAPI
  • Email
  • VB6
  • Visual Studio
  • WCF
  • Linux
  • Windows
  • FMX
  • Report
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Map
  • HTML
  • XLSX
  • Desktop
  • Barcode
  • QR Code
  • Printing
  • Interactivity
  • PostgreSQL
  • Cloud
  • Web Storage
  • Web API
  • ZUGFeRD
  • SVG
  • Libgdiplus
  • SSRS
  • Preview
  • Toolbar
  • Plugin
  • Script
  • Matrix
  • Open Source
  • WinForms
  • HTTPS
  • Word
  • Business card
  • DBA
  • ARM
  • Visual Basic
  • Upload
  • NuGet
  • Ubuntu
  • Academic
  • Blazor
  • SPA
  • ROSA Linux
  • JetBrains Rider
  • M. Alaev
  • S. Antonenko
  • G. Bagaevski
  • A. Begunov
  • A. Fediashov
  • D. Fedyashov
  • P. Ishenin
  • O. Kojnikov
  • K. Kornienko
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • A. Pushkareva
  • A. Syrykh
  • A. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov

Core

The era of WinForms is over, the era of FastReport.Core.Skia began
September 6, 2022
Kirill Kornienko
.NETMacOSMonoFastReportLinuxCorePDFWinFormsHTMLLibgdiplusWindows

To create high-quality reports and correctly export them to different formats (PDF, Word, Excel, etc.), it is necessary to use the graphics engine. Since the earliest versions of the .NET Framework, Microsoft has used GDI+ and its wrapper as part of the System.Drawing library. FastReport .NET has lo...

Connection plugin for Cassandra from FastReport .NET
August 18, 2022
Vladislav Yarovoy
.NETFastReportCoreData SourceDesignerOpen SourcePlugin

We are pleased to present you a new plug-in for configuring а connection to Cassandra, which is available for FastReport .NET, FastReport Core, FastReport CoreWin, FastReport OpenSource. Let’s note an important detail that the order of the records will be overset because of the CassandraCsD...

How to display multiple reports on single Blazor page
July 12, 2022
Kirill Kornienko
.NETFastReportCoreWebReportC#ReportBlazor

Often, our users need to display two reports with different data on the same page. Imagine a situation where you need to compare reports for the first and last month. Blazor WebReport support can solve your problem. Let's take a closer look at how to implement this in your Blazor app. We will...

How to import a report from StimulSoft into FastReport .NET
July 6, 2022
Vladislav Yarovoy
.NETMonoExportFastReportCoreBarcodeReportConverter

Import of StimulSoft reports is now available with the 2022.2.13 release. To use it, go to the “File” menu in the FastReport .NET designer, FastReport CoreWin and FastReport Mono and click on the “Open ...” item. Select the filter "StimulSoft files (*.mrt)" in the window t...

Reporting with PostgreSQL in a .NET 5 application for Debian 10
May 25, 2022
Marat Alaev
.NETVisual StudioFastReportLinuxCoreSQLNuGet

Many need a solution that will generate reports for Linux systems, and support working with SQL-like databases and not only. We have such a solution FastReport.Core. This library allows you to create reports under different Linux distributions and it can connect to different databases. In this ar...

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...

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#ReportNuGetWindows

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...

Application with FastReport .NET in Docker with Linux
November 17, 2021
Marat Alaev
.NETFastReportLinuxCoreLibgdiplusUbuntu

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 APIWindows

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 manip...

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

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...

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
  • FAQ
  • Tutorial Video
  • Forum
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Extended licensing
  • Contact us

© 1998-2023 by Fast Reports Inc.

  • Privacy Policy