logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • ru
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • .NET
  • .NET
  • FastReport
  • Data Source
  • PostgreSQL
  • Online Designer
  • Core
  • ASP.NET
  • WebReport
  • FastCube
  • VCL
  • Cross-platform
  • FMX
  • CrossTab
  • Visual Studio
  • Delphi
  • invoice
  • mono
  • Linux
  • libgdiplus
  • unicode
  • Lazarus
  • ZPL
  • FastReport 6
  • Barcode
  • Export
  • PDF
  • Open Source
  • HTML
  • TTF
  • SQL
  • Window function
  • Designer
  • C#
  • QR Code
  • PowerPoint
  • WinForms
  • Sales receipt
  • Word
  • ODT
  • OpenOffice
  • SBER
  • Interactive Forms
  • .NET5
  • GTK3
  • Report
  • Converter
  • MacOS
  • OLAP
  • Excel
  • MAPI
  • VB6
  • MVC
  • WCF
  • WPF
  • XAML
  • FireMonkey
  • Install
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Maps
  • Desktop
  • SAP
  • Interactivity
  • Web API
  • ZUGFeRD
  • CSV
  • SVG
  • Pages
  • SSRS
  • Angular
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • Script
  • Migration
  • Batch conversion
  • Plugin
  • PHP
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • Anywhere
  • Preview
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • Customisation
  • PageFooter
  • Toolbar
  • xlsx
  • RTF
  • Txt
  • ARM
  • Business card
  • DBA
  • Email
  • ODS
  • Map
  • Visual Basic
  • Event
  • FmxLinux
  • RAD Studio
  • recompile
  • Ubuntu
  • DropBox
  • CEF4Delphi
  • WebView2
  • OAuth 2.0
  • TEdgeBrowser
  • TWebBrowser
  • Academic
  • Blazor
  • M. Drazdou
  • A. Fediashov
  • D. Fedyashov
  • A. Hayruddinov
  • 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. Tsyganenko
  • E. Voytenko
  • D. Zubov
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 launched a FastReport.Web.Blazor package...

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 and outputting 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 the...

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

Copying the Bands from One Report 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
.NETmonoLinuxCorelibgdiplusunicode

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

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

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

Want to generate tables for a user - Excel or OpenOffice Calc?
October 8, 2020
Dmitriy Fedyashov
.NETExportFastReportOpenOffice

Tables. For centuries, they have been used to present similar data for record-keeping, counting amounts, and data analysis. For a long time, tables have been a constant tool in accounting and statistics. And it was not until the end of the 20th century that they acquired a completely different quali...

The Event of ExportParameters in WebReport.Report
October 5, 2020
Dmitriy Fedyashov
.NETExportFastReport

In FastReport 2020.1 we have added the ability to change export parameters. To do this, you must subscribe to the ExportParameters event in WebReport.Report. Until now the FastReport.Net library did not provide access to the export parameters. Or rather, it did, but only to some of the parameters, ...

PreviewControl.OnPrint and PreviewControl.OnExport Events
October 1, 2020
Dmitriy Fedyashov
.NETFastReportPreviewEvent

In FastReport 2019.4 added the ability to subscribe to PreviewControl.OnPrint and PreviewControl.OnExport events, which are called directly when the corresponding buttons are pressed. When viewing a report, a viewer is called with a toolbar that has elements such as a print button and a drop-down l...

Create a new report with code VB.NET
September 17, 2020
Dmitriy Fedyashov
.NETFastReportVisual Basic

Speaking of the .Net framework, we usually imagine the #C programming language. Simply because the share of C# programmers is overwhelming. But we should not forget about other languages as well. For example, a user of the report generator from Stimulsoft wants to create a report from the applicatio...

How to update the FastReport.Core web report
September 21, 2020
Dmitriy Fedyashov
.NETFastReportCoreWebReport

Sometimes you need to update the report, for example if you input a new variable value, or if you want to display another report in the same Web report object at all. This usually updates the entire view (we're talking about MVC applications) for the sub-set. But it would be much better if you updat...

Report script security
September 7, 2020
Aleksandr Fediashov
.NETCoreOpen SourceScript

FastReport .NET supports calculation of expressions for displaying values in the desired form, or any object visibility conditions. It is also possible to process events for each object of the report, e.g., before printing it. Event handlers are placed in a report script that supports C # and VB.NET...

How to insert a report into the body of a email
July 9, 2020
Dmitriy Fedyashov
.NETFastReportEmail

By default, FastReport.Net allows you to send e-mails with an attached report file in one of the available export formats. However, it is sometimes necessary to include the report content in the body of the email. This feature may be useful if you intend to discuss the report content in corresponden...

How to combine multiple reports into one
July 13, 2020
Dmitriy Fedyashov
.NETFastReportReport

Many report developers had situations when they needed to add a page that had already been implemented in another report. And you had to rework an existing report - add a new page, data sources. Not everyone knows that you can simply merge reports when they are displayed. The user of Stimulsoft rep...

How to create a sales receipt from a WPF application
August 17, 2020
Dmitriy Fedyashov
.NETFastReportWPFSales receipt

I guess every WinForms developer came across the idea that the standard form controls look too unitary and that it would be nice to bring more interesting design to the application. So, especially for such cases when we need a special design, Microsoft created a special library – WPF (Windows ...

How to hide a report page if you don't have data on it
June 18, 2020
Dmitriy Fedyashov
.NETFastReport

Data sources do not always contain data. And when you build reports, even if the data source is empty, the page will be created, at least with headlines. On report generator forums, you can find questions from users about how to hide blank pages: "Please tell me how to skip (not print) a blank pag...

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
  • Our team
  • Contact us

© 1998-2021 by Fast Reports Inc.

  • Privacy Policy