logo
small logo
  • Products
  • Buy
  • Support
  • About
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • C#
  • .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
  • AltLinux
  • 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

C#

Creating PDF report in JetBrains Rider (C#) on Ubuntu 22.04.1 LTS
March 22, 2023
Alexander Syrykh
.NETFastReportCorePDFC#ReportVisual BasicLibgdiplusAltLinuxJetBrains Rider

In this article, we'll take a look at the world of the .NET platform on Ubuntu 22.04.1 LTS without using Microsoft Visual Studio, as it can't be installed on Linux, and create a PDF exportable report. The current analog of Visual Studio is, of course, JetBrains Rider. It is a cross-platform .NET IDE...

Creating a PDF report in JetBrains Rider (C#) in Windows 11
December 19, 2022
Alexander Syrykh
.NETPDFC#ReportWindowsJetBrains Rider

In this article, we'll take a look at the world of the .NET platform in Windows 11 without using Microsoft Visual Studio and create a report that can be exported to PDF. The analog of Visual Studio is, of course, JetBrains Rider. It is a cross-platform .NET IDE developed by JetBrains. It supports...

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

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

.NET 6.0 update
November 19, 2021
Dmitriy Fedyashov
.NETMacOSC#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...

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

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

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

How to create a Swiss QR bill in .NET application
May 19, 2020
Dmitriy Fedyashov
.NETVisual StudioFastReportBarcodeC#QR Code

Recently many countries digitize payments. In other words, they convert existing payments to digital format. The most common way to automate payments is to use QR codes that are easily read by smartphones. The ability to encode a sufficiently large amount of information, high damage resistance, no n...

Report generators family FastReport brief review
March 23, 2020
Dmitriy Fedyashov
.NETVCLFMXLazarusFastReportASP.NETCoreC#Report

Without reporting it is impossible to carry on business in any sphere of life. Bureaucracy is an irresistible part of human society. Whether it's steel plant or a school facultative - reports are needed everywhere: accounting, statistical, operational. Since the modern world strongly computerized - ...

Asynchronous programming in C #. Introduction.
October 8, 2018
Dmitriy Fedyashov
C#

Many people have heard of this, but not many use it in their code. Meanwhile, no serious programs with client-server architecture will do without asynchronous programming. Exchange of data with the database, the interaction of the client and the server - this takes time, which can be occupied by oth...

What is yield return?
October 6, 2018
Dmitriy Fedyashov
.NETC#

The yield return operator is one of the least known among programmers using C#. At least among beginners. And even those who know something about it, are not completely sure that they understand the principle of its work correctly. This annoying gap must be corrected. And, I hope this article will h...

Foreach in C sharp
October 6, 2018
Dmitriy Fedyashov
.NETC#

Today I would like to talk about the way the foreach loop works inside. We all know that a foreach loop is - a loop that iterates through all the elements of the collection. Its greatest advantage in the ease of use - we do not need to worry about how many elements in the collection. However, many ...

FastReport Mono. What is it? What for is it?
August 20, 2018
Dmitriy Fedyashov
.NETMacOSMonoFastReportC#

Mono is an open source development platform based on the .NET Framework, allowing developers to create cross-platform applications. The implementation of Mono .NET is based on the ECMA standards for C # and Common Language Infrastructure. Initially, Mono was developed by Novell, then it was develop...

FastReport COM/ActiveX from C# applications on x64
November 12, 2012
Aleksey Mandrykin
C#

Calling "FastReport COM/ActiveX" from C# applications on 64-bit platforms. Simple solution: It is necessary to set 32-bit platform in project options. Here is an example (note: platform target is x86): Perfect solution: Download demo version of FastReport.NET. Use this tool for conversion FR...

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

Trustpilot