logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • .NET
  • .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
Creating a complex report using Advanced Matrix in FastReport .NET
May 11, 2022
Alexey Tantzura
.NETFastReportMatrix

This article continues the previous article, in which we looked at how to create a complex report. The report created in that article has become a source of inspiration for a new object - AdvancedMatrix. The report in the previous article included three sections: 1) yearly statistics;2) quarterly ...

Using fonts in reports without installing them
April 27, 2022
Dmitriy Fedyashov
.NETFastReportReport

The demanding criteria for modern electronic reports are quite high — they must not only display the necessary information, but have a certain design, data format, and graphic content. A modern report is a complex document with design elements. The rapid development of report generators has in...

What is a Bubble Chart?
April 6, 2022
Aleksandr Fediashov
.NETFastReportBusiness Graphics

FastReport Business Graphics library contains a set of classes that developers can use in their applications to visualize data and build business charts. In this article, we will explore one of such classes - the Bubble chart. It makes sense to start the Bubble chart overview by comparing it to ...

Interactive report with preliminary data entry into the table
April 4, 2022
Dmitriy Fedyashov
.NETFastReportDesignerScriptReportInteractive Forms

As you already know, FastReport.NET reports can have dialog forms that are displayed before the report is built. They allow you to set some text, boolean or numeric variables. These can be text fields, tables, lists, dropdowns, dates, checkboxes, and even lists with checkboxes. As a rule, dialog...

New features and comparison of Matrix and AdvancedMatrix objects
March 23, 2022
German Bagaevski
.NETFastReportMatrix

More recently, the AdvancedMatrix object was implemented in FastReport .NET. In this article, we will look at the structure of the new matrix, its new features, and compare the old and new matrix. First, let's look at the structure of the matrix. It consists of the following elements: The st...

Plugin for importing data from .XLSX to FastReport .NET
March 16, 2022
Vladislav Yarovoy
.NETFastReportExcelDesignerPluginXLSX

With the release of FastReport .NET 2022.2, we added a plug-in to connect .XLSX files as a data source. To use it, you must first build the project: С:\Program Files (x86)\FastReports\FastReport.Net\Extras\Core\FastReport.Data\FastReport.Data.Excel After building the project, you will need to ...

How to use a ruler in RichText editor for FastReport .NET
March 16, 2022
Vladislav Yarovoy
.NETFastReportDesignerReport

A ruler has been added to the RichText editor. It allows users to control tab width and set indents before the left and right margins. To add a tab stop, you need to double-click the left mouse button on the horizontal ruler in the place where it is needed. An "arrow" will appear in the selected ...

How to print one page of the report in several copies
February 24, 2022
Dmitriy Fedyashov
.NETFastReportReportPrinting

If you need to print particular pages of the report in several copies, we have to use an encoding. You can configure printing properties from the user application code, as well as manually in the print dialog box. This enables you to choose particular pages of the report and set a number of copie...

How to create a report in an ASP .NET MVC application in Visual Basic
March 3, 2022
Dmitriy Fedyashov
.NETVisual StudioFastReportASP.NETMVCVisual Basic

The Visual Basic .NET programming language is seen by many as an entry-level language. But this, of course, is not the case. We’ve got used to knowing that Visual Basic.NET is most often used in Desktop applications. However, this language allows much more - for example, to create web appli...

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

Fast Reports Private NuGet-server
February 15, 2022
Kirill Kornienko
.NETFastReportNuGet

In the article on working with NuGet packages we considered all the specific features of using with Fast Reports software. One of the most frequent questions of our clients is the following one: How do we install your licence packages in our product using Linux, MacOS or Windows so that we won&rsq...

How to programmatically create a table report from native code
February 8, 2022
Dmitriy Fedyashov
.NETFastReportWinForms

Let's remember a fairly common situation when you need to do something very quickly and using whatever is available. But let's not forget that the structure and content of the report depend on external factors. The FastReport.NET report generator is a very flexible product and gives you two ways to ...

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

GS1 Databar barcodes in FastReport .NET
December 6, 2021
Vladislav Yarovoy
.NETFastReportBarcode

We have added the following barcodes: – GS1 Databar Limited; – GS1 Databar Omnidirectional; – GS1 Databar Stacked; – GS1 Databar Stacked Omnidirectional. GS1 DataBar is a highly versatile product labeling symbol primarily intended for scanning at POS terminals. GS1 Da...

How to watermark a DOCX or RTF document in a .NET application
December 6, 2021
Vladislav Yarovoy
.NETExportFastReportRTFWord

Watermark exports to .DOCX and .RTF files have been added in FastReport .NET. limitation - the sign cannot be positioned above the text. A watermark is a text or image (mostly semi-transparent) that is superimposed so that it does not interfere with viewing the document. It is used to protect the c...

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

How to create a Code-128 barcode (A, B, C) in your application
December 22, 2021
Ekaterina Voytenko
.NETVCLLazarusFastReportBarcodeDelphi

CODE 128 is the barcode developed by Computer Identics Corporation (U.S.A.) in 1981. CODE 128 can represent all 128 ASCII code characters (numbers, upper case/lower case letters, symbols and control codes). Since it can represent all characters (except Japanese kanji, hiragana and katakana) that ...

.NET 6.0 update
November 19, 2021
Dmitriy Fedyashov
.NETC#JSONBlazor

It looks like that lockdown was not hard for Microsoft. This year, the Plenty’s Horn opened and we had a shower with new software products — the long-awaited Windows 11, and the new Visual Studio 22, and, of course, .NET 6.0. This is good news in these bad times. Let's talk about the...

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

1 2 3 4 5 > >>
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