logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Dmitriy Fedyashov
  • .NET
  • Mono
  • Linux
  • Core
  • Libgdiplus
  • Unicode
  • WCF
  • FastReport
  • VCL
  • FastReport 6
  • Delphi
  • Invoice
  • Lazarus
  • Academic
  • CSV
  • Customization
  • Business Graphics
  • Export
  • RTF
  • Install
  • Designer
  • Visual Studio
  • C#
  • Report
  • NuGet
  • MacOS
  • TTF
  • ASP.NET
  • PDF
  • WebReport
  • Data Source
  • Barcode
  • QR Code
  • WPF
  • ZUGFeRD
  • Desktop
  • ZPL
  • SQL
  • Window function
  • Angular
  • Online Designer
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • MVC
  • Script
  • Converter
  • Migration
  • Batch conversion
  • PHP
  • Excel
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • CrossTab
  • FastCube
  • OLAP
  • MAPI
  • Email
  • VB6
  • XAML
  • FireMonkey
  • FMX
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Map
  • HTML
  • XLSX
  • SAP
  • Interactivity
  • PostgreSQL
  • Web API
  • SVG
  • Pages
  • SSRS
  • DropBox
  • Preview
  • Toolbar
  • Open Source
  • Plugin
  • Cross-platform
  • Anywhere
  • .NET5
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • PageFooter
  • TXT
  • PowerPoint
  • Word
  • ARM
  • WinForms
  • Business card
  • DBA
  • Sales receipt
  • ODS
  • ODT
  • Visual Basic
  • Event
  • OpenOffice
  • SBER
  • Interactive Forms
  • FmxLinux
  • RAD Studio
  • GTK3
  • Recompile
  • Ubuntu
  • CEF4Delphi
  • WebView2
  • OAuth 2.0
  • TEdgeBrowser
  • TWebBrowser
  • Blazor
  • SPA
  • Data filtering
  • Matrix
  • CSS
  • HTMLView
  • Crystal Reports
  • Windows 11
  • ROSA Linux
  • Upload
  • 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 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 sort similar matrices through one-dimensional array on several pages in FastReport .NET
September 22, 2021
Dmitriy Fedyashov
.NETFastReportReportFilteringMatrix

Let's say we have the task: to sort the matrix on the first page in the desired order, remember this order and apply for similar matrices on other pages. This may be needed when you have several pages in the report that display matrices that are identical in headings, but which contain different da...

How to sort matrix by indicator
June 30, 2021
Dmitriy Fedyashov
.NETFastReportMatrix

Sorting data is a very important analysis tool that allows you to quickly assess the dynamics of growth or decline, as well as rank the data to make it reader-friendly. The matrix in the current version of FastReport .NET enables to sort only measurements. For example, you are building a report that...

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

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 create your own component for the FastReport .NET report
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 manipula...

How to select the top values in a matrix
April 22, 2021
Dmitriy Fedyashov
.NETFastReportSQLData filteringMatrix

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

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

<< < 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
  • Extended licensing
  • Contact us

© 1998-2022 by Fast Reports Inc.

  • Privacy Policy