logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Forgot password?
    • en
    • ru
    • pt
    • es
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Export
  • TTF
  • .NET
  • FastReport
  • Data Source
  • PostgreSQL
  • Barcode
  • Export
  • PDF
  • ASP.NET
  • Online Designer
  • VCL
  • Lazarus
  • FastReport 6
  • Delphi
  • HTML
  • WinForms
  • Sales receipt
  • Converter
  • MacOS
  • mono
  • CrossTab
  • FastCube
  • OLAP
  • Excel
  • C#
  • MAPI
  • VB6
  • MVC
  • Visual Studio
  • WCF
  • Linux
  • WPF
  • XAML
  • FireMonkey
  • FMX
  • Install
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Maps
  • WebReport
  • Desktop
  • QR Code
  • SAP
  • Designer
  • Interactivity
  • Web API
  • ZUGFeRD
  • CSV
  • SVG
  • Core
  • ZPL
  • Pages
  • SSRS
  • SQL
  • Window function
  • Open Source
  • Angular
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • Script
  • Migration
  • Batch conversion
  • Plugin
  • PHP
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • Report
  • Anywhere
  • Preview
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • Customisation
  • PageFooter
  • Toolbar
  • xlsx
  • RTF
  • Txt
  • PowerPoint
  • Word
  • ARM
  • Business card
  • DBA
  • invoice
  • Email
  • ODS
  • ODT
  • Visual Basic
  • Event
  • OpenOffice
  • libgdiplus
  • unicode
  • SBER
  • Interactive Forms
  • .NET5
  • M. Drazdou
  • A. Fediashov
  • D. Fedyashov
  • A. Hayruddinov
  • M. Karpinskiy
  • O. Kojnikov
  • A. Krakovcev
  • A. Kukuyuk
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • O. Pryalkov
  • E. Sinitskaya
  • V. Sopnev
  • A. Syrykh
  • A. Tsyganenko
  • E. Voytenko
  • D. Zubov
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, ...

How to combine multiple reports into one PDF file in Delphi / Lazarus / C++ Builder
September 3, 2020
Michael Philippenko
VCLExportLazarusPDFFastReport 6Delphi

It is often necessary to combine several documents into one (for example, PDF). It could be several chapters of documentation, catalog directories etc. Strictly speaking, this sometimes needs to be done not only for PDF, it’s just that this file format itself does not imply editing and “...

How to create an HTML/HTML5 Layered file from Delphi / C++Builder / Lazarus.
August 27, 2020
Michael Philippenko
VCLExportLazarusFastReport 6DelphiHTML

“How to save in the HTML file format from Delphi?”, “how to create an HTML 5 file from Delphi?”, “how to create the HTML 5 file from Lazarus?” – these questions often arise among the developers. The HTML document is written in Hypertext Markup Language (HTM...

How to create a file in TXT format from Delphi / C++Builder / Lazarus
June 4, 2020
Michael Philippenko
VCLExportLazarusFastReport 6DelphiTxt

The TXT file stores text documents with information organized in the form of lines. In modern systems, strings are separated by line separators; in the past, storing strings in the form of records of constant or variable length was used. Sometimes the end of a text file (especially if the file size ...

How to make a PDF from Delphi / C++Builder / Lazarus
May 14, 2020
Michael Philippenko
VCLExportLazarusPDFFastReport 6Delphi

Quite often, you need to get a PDF document from a Pascal application - either Delphi or Lazarus. Usually it is recommended to use specialized solutions, PDF converters (such as itext, Synopse PDF Engine, PowerPDF, HotPDF, PDF Creator Pilot, PDFtoolkit VCL, Debenu Quick PDF Library etc.). In this ar...

How to create a file in Excel 97 (2000, XP) – XLS from Delphi / C++Builder / Lazarus?
May 18, 2020
Michael Philippenko
VCLExportLazarusExcelFastReport 6ReportDelphi

Oh, it’s an eternal topic – creating an Excel spreadsheet from Delphi. Excel spreadsheets are one of the world’s standards today and for programs, even simple ones, it is frequently required to output the data as tables and transfer reports to the spreadsheet. One thing to notice i...

How to display report pages on separate sheets in Excel
October 14, 2019
Dmitriy Fedyashov
.NETExportFastReportExcel

Until recently, the export of multi-page reports in Excel format was done on one sheet. That is, all pages of the report were displayed on one sheet in Excel. Of course, this is not always convenient; it would be better to be able to display each page of the report on a separate sheet in an Excel do...

How to upload a report to OnlineDesigner and download it after editing in an ASP .Net Core application
June 30, 2019
Dmitriy Fedyashov
.NETExportFastReportCorePDF

While working with FastReports online report designer, we usually have to upload our report templates into it, and then, after editing, download them. Today we will look at how this can be done in the context of an ASP.Net Core application. Create an ASP.Net Core application. Add the FastReport.Net...

Digital Signature to PDF Export
June 30, 2019
Dmitriy Fedyashov
.NETExportFastReportPDF

Electronic document management has become an integral part of our lives already long time ago. Everyone appreciated the convenience of such documents - they do not deteriorate over time, they are more difficult to lose, easy to store and quickly transfer to any distance. And although, the times of r...

Report export in FastReport.OpenSource
January 10, 2019
Dmitriy Fedyashov
ExportFastReportOpen Source

FastReport.OpenSource has gained a lot of interest among many developers. This is a great report generator with a long history. The open source version is FastReport.Core, which appeared at the beginning of 2018, but with some restrictions. Namely - curtailed exports. Thus, only the following format...

Updated export engine in FastReport VCL 6
January 18, 2018
Dmitriy Fedyashov
VCLExportFastReportFastReport 6

Fast Report 6 pleased us with an updated export engine. This affected the export of compound objects, such as charts, maps, RichText. Earlier these objects were exported as a picture, but now a vector representation of objects and text is used. This means the scaling of objects does not affect the q...

How to print a report in ZPL format
January 16, 2018
Dmitriy Fedyashov
.NETExportFastReportZPL

The new version of FastReport .Net 2018.1 has a new export to the ZPL (Zebra Programming Language) format. This format is designed to be used in conjunction with special label printers. More information about ZPL can be found in the article "Page description language – ZPL". When developing r...

Export to Jabber
August 20, 2017
Dmitriy Fedyashov
.NETExportFastReport

A very interesting feature has been created in FastReport.Net - it allows to export to the messenger Jabber (XMPP). In fact, it is an HTML export with saving a report in Report Cloud. In this case, you receive a Web link to the report in your Jabber client. Such exports may be useful for a quick dem...

Configure options of viewer Acrobat PDF files when exporting from FastReport.NET
August 11, 2017
Dmitriy Fedyashov
.NETExportFastReportPDF

Title of the article partly reveals subject. I would like to consider configuration a viewer PDF files when exporting FastReport.Net report. This can be Acrobat Reader or browser's built-in viewer (Edge, Chrome) or any other viewer. You'll find that some of the options are very useful. Here is the t...

CMYK in PDF export
April 7, 2017
Dmitriy Fedyashov
.NETExportFastReportPDF

CMYK is a color model based on a synthesis of any color that is based on four basic colors: blue (the Cyan), purple (Magenta), yellow (Yellow), Black (Key Color). This model is mainly used in printing industry. Reviewing CMYK, one more color model must be mentioned –RGB. The color model RGB c...

How to export report to JSON
October 4, 2016
Dmitriy Fedyashov
.NETExportFastReport

It's nice that the range of formats to export reports to FastReport.Net constantly grows. With the ability to use JSON files as the data sources there appeared export support for this format (2016.2). JSON files are used for data transfer between the client and server web applications. Export save...

How to send report in PDF through FTP
February 27, 2017
Dmitriy Fedyashov
.NETExportFastReportPDF

FastReport .Net allows you to export reports in various formats, send them via Email, as well as via FTP. In this article, I want to focus on the transfer to the server via FTP reports. It should be noted, it is not very convenient to run each report and manually perform sending via FTP. What if a l...

Create a PDF file on button press in browser
April 11, 2013
Aleksandr Fediashov
.NETExportFastReportMVC

When you use the FastReport .Net together ASP.Net MVC framework you have easy method for creating file in any supported format on button press in HTML form. Add next code in View: @using (Html.BeginForm("GetFile", "Home")) { <input id="pdf" type="submit" value="Export to PDF" /> } ...

Excel formulas in the BIFF export
August 25, 2011
Anton Hayruddinov
VCLExportFastReportExcel

Starting from FR VCL 4.11.15 the BIFF export can export formulas. For example, to export the formula SUM(A1:B2) put a TfrxMemoView on a report and write in it Code =SUM(A1:B2) The first character of the text must be the equality sign "=", and the rest of it - a correct Excel formula....

1 2 > >>
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