logo
small logo
  • Products
  • Buy
  • Support
  • About
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • .NET
  • .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
  • 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
  • Cloud
  • ROSA Linux
  • JetBrains Rider
  • AltLinux
  • M. Alaev
  • S. Antonenko
  • A. Aulov
  • 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

.NET

How to filter the built matrix
June 23, 2021
Dmitriy Fedyashov
.NETFastReportFilteringMatrix

In FastReport, the Matrix object allows us to filter data. This is one of the most popular functionalities and many users like to use it. However, sometimes filtering the original data is not an option. Let's take a look at the matrix below. As you can see, these are sales statistics by employe...

How to make an interactive report with toggle sorting
June 2, 2021
Alexey Tantzura
.NETFastReportInteractivityFiltering

Occasionally, our users face the task of making an interactive report. It may be a report where the order of data sorting can be changed after querying. Today, we will consider the process of creating such a report. Let us assume that we have a ready file with configured sorting. As an example, ...

Loading the ListDataSet data to pivot cube
June 9, 2021
Dmitriy Fedyashov
.NETFastCubeWinForms

In version 2021.1 we added the ListDataSet component which allows loading data to cube using Windows Forms Data Binding It is now possible to load data to Cube using Windows Forms complex Data Binding which is used in standard controls: DataGridView, ListView, and Combobox. Complex Data Binding lo...

Persian Calendar in the Report
May 19, 2021
Alexey Tantzura
.NETFastReport

Did you know that different countries have different date formats? When you make a multilingual report, or a report for a country where they speak Persian (Farsi), it is important to bring up dates in the correct format. By default, FastReport uses the European date format, but the .NET tools allow ...

How to create your own component for FastReport .NET
May 14, 2021
Dmitriy Fedyashov
.NETFastReport

The FastReport .NET report generator offers broad opportunities for customization, that is, configuring for your own needs. From the user application code, you may create your own components of the report generator, using the FastReport libraries. Thus, you may create your own report designer and it...

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 select the top values in a matrix
April 22, 2021
Dmitriy Fedyashov
.NETFastReportSQLFilteringMatrix

The article is relevant until version 2022.1. FastReport .NET has a great tool for displaying data as an integrated table or matrix. Many of us would like to improve the functionality of matrices, for example, with such a useful option as a choice of N top values. It seems as simple as selecting th...

How to use FastCube .NET in the SPA Angular application
April 19, 2021
Dmitriy Fedyashov
.NETFastCubeOLAPMVCWebReportAngularSPA

One of the most popular frameworks for creating single-page applications is Angular. It is based on MVC template, which simplifies the development and testing of such application. Many users of the report generator FastReport need to display their reports in Angular web applications, which we discus...

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 programmatically set the default email client settings for sending emails from FastReport.NET
February 12, 2021
Dmitriy Fedyashov
.NETFastReportEmail

Like many other report generators, FastReport .NET allows you to send a report via email in any of the available export formats. You can send an e-mail either in the report preview mode or in the custom application code. To send an email you need to set the sender, recipient settings. On the Accou...

Creating ITF-14 barcodes in .NET applications
February 25, 2021
Ekaterina Voytenko
.NETFastReportBarcode

ITF-14 (Interleaved Two of Five) is a two-band numeric code, otherwise known as a high-density code, which can only encode numbers in an even number. Each barcode encodes an odd number with a dark line and an even number with a space in between. To encode an odd number of digits, you must suffix ...

How to make report inheritance in FastReport.NET
January 29, 2021
Dmitriy Fedyashov
.NETFastReport

When you are tasked with creating a large number of reports within one corporate style, you face the problem of duplicating some information, design styles in each report. As a rule, public reports (documents) in a company have the same header with name and contact information. Let's say you have 50...

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

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

Copying report bands to another with all the contents
March 31, 2021
Oleg Kojnikov
.NETFastReportC#

Sometimes there is a need to use parts of one report in another. In simple cases, you can use report inheritance to do this. For example, there is a case when all reports have common elements (a company logo, signature, etc.). Then these objects can be moved to a parent report and when creating chi...

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

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 protect your PDF?
November 30, 2020
Michael Philippenko
.NETVCLFastReportPDF

On the Data protection day, we decided to prepare an article about the PDF documents protection. PDF has become one of the world standards today; it’s a good idea to understand how to protect it. From what do you need to protect a PDF document? From unauthorized editing. From unauthoriz...

MS Word format vs. Open Document Text. Which is better?
October 19, 2020
Dmitriy Fedyashov
.NETExportFastReportWord

Speaking of text editors, we immediately present coryphaeus as Microsoft Word, which for many years has occupied a pedestal among office applications. And although its first version appeared in 1986 for the IBM platform, it gained real popularity in the nineties already among Windows users. Like all...

<< < 2 3 4 5 6 > >>
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
  • Support SLA
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Extended licensing
  • Contact us

© 1998-2023 by Fast Reports Inc.

  • Privacy Policy
  • Cookies Policy

Trustpilot
By clicking “Accept all, you agree Fast Reports can store cookies on your device and disclose information in accordance with our Cookie Policy.