logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • ru
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • .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
Saving SVG images from Delphi / C++ Builder / Lazarus
August 13, 2020
Michael Philippenko
VCLLazarusFastReport 6Delphi

The SVG file is a two-dimensional vector image based on documents in XML format. The SVG format is used not only for the description of two-dimensional vector graphics, but also for mixed vector-raster images. Let's list the main advantages of SVG format: First of all, as previously mentioned ...

Saving images from Delphi / C++ Builder / Lazarus
August 10, 2020
Michael Philippenko
VCLLazarusFastReport 6Delphi

BMP, JPEG, TIFF, GIF – there is a variety of raster image formats. 1. BMP First of all, you should know that since BMP is an old image format it is not so popular among Internet users, only the bitmap images are saved in this format which doesn’t support the vector ones. The size of ....

Creating an Open Document Text (ODT) file from Delphi / C++Builder / Lazarus
August 6, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiODT

The ODT file extension is used for Open Document text files, which are usually created using the OpenOffice or LibreOffice word processor apps. This document format is based on the XML markup language and therefore easy to convert. To understand what kind of format it is, it’s enough to see t...

Creating an Open Documents Spreadsheet from Delphi / C++Builder / Lazarus
August 3, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiODS

Summary of ODS and ODF ODS is an open format for spreadsheets made in accordance with the OpenDocument Format (ODF) standard. This format is distributed free of charge and uses the standards of the International Organization for Standardization. The standard was developed by OASIS technical committ...

How to create a file in the Microsoft PowerPoint 2007 XML format from Delphi/C++Builder/Lazarus
July 27, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiPowerPoint

Microsoft PowerPoint is a program for preparing and viewing presentations. It is a part of Microsoft Office and is available in editions for Microsoft Windows and macOS operating systems, as well as for Android and iOS mobile platforms.The program saves new presentations in * .pptx, * .ppt, * .ppsx ...

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 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 create an invoice from a Delphi application
July 1, 2020
Dmitriy Fedyashov
VCLFastReportFastReport 6Delphiinvoice

As for Delphi applications, we understand that we are talking about applications implemented in VCL (Visual Component Library) for the Windows operating system. The popularity of Delphi VCL slightly faded with the advent of the C and .Net platform but there are lots of Delphi developers all around t...

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

How to create a RTF file from Delphi / C++Builder / Lazarus application?
June 17, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiRTF

A frequent question is how to send a document from a Delphi application to RTF. It is a popular format and if you don’t have Microsoft Word installed on your computer you can use WordPad to open the file. This format is supported by Mac OS X’s default editor TextEdit. Most text editors s...

<< < 3 4 5 6 7 > >>
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