logo
small logo
  • Products
  • Comprar
  • Suporte
  • Articles
  • Forgot password?
    • en
    • ru
    • pt
    • es
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • .NET
  • .NET
  • FastReport
  • Barcode
  • Export
  • PDF
  • WinForms
  • Sales receipt
  • VCL
  • FastReport 6
  • Converter
  • Delphi
  • MacOS
  • mono
  • CrossTab
  • FastCube
  • OLAP
  • Desktop
  • Online Designer
  • ZUGFeRD
  • Core
  • SQL
  • Window function
  • QR Code
  • Open Source
  • ASP.NET
  • Angular
  • WebReport
  • Install
  • React
  • Vue
  • Vector graphic
  • Data Source
  • JSON
  • Knockout
  • MVC
  • Script
  • Migration
  • Designer
  • Plugin
  • PHP
  • Excel
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • Report
  • Anywhere
  • Preview
  • Printing
  • Stored procedures
  • Customisation
  • PageFooter
  • Toolbar
  • Visual Studio
  • C#
  • Business card
  • DBA
  • Lazarus
  • invoice
  • WPF
  • Email
  • Visual Basic
  • Event
  • Word
  • ODT
  • OpenOffice
  • 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
MS Word format vs. Open Document Text. Which is better?
19 de outubro de 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?
8 de outubro de 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
5 de outubro de 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
1 de outubro de 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
17 de setembro de 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
21 de setembro de 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...

How to insert a report into the body of a email
9 de julho de 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
13 de julho de 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
17 de agosto de 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
18 de junho de 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 hide unnecessary items from the Web Report toolbar
3 de junho de 2020
Dmitriy Fedyashov
.NETFastReportWebReportToolbar

Most advanced report generators let us generate reports for web applications. When displaying reports to users, consider the ability to navigate on their web pages, send to print, export to any format, and other functions. This is usually a special toolbar in the report output window. Quite often, ...

How to create the invoice from ASP.Net Core application
31 de agosto de 2020
Dmitriy Fedyashov
.NETFastReportASP.NETCoreinvoice

Few believed in the success of the new open-source ASP.Net Core framework from Microsoft. It’s all because of the low popularity of the previous ASP.Net platform. However, very soon everyone appreciated the advantages of the new cross-platform framework. Nowadays ASP.Net Core occupies a high p...

How to create business cards from ASP .Net Core application
31 de maio de 2020
Dmitriy Fedyashov
.NETFastReportASP.NETCoreBusiness card

ASP.Net Core Framework is a cross-platform solution for creating web applications. This means that you can develop in various operating systems and applications created will also work in them. These and other benefits have made ASP.Net Core very popular. Many desktop developers who wrote in C# langu...

How to create a sales receipt from a WinForms application
30 de maio de 2020
Dmitriy Fedyashov
.NETFastReportWinFormsSales receipt

Most likely every .Net developer started from Windows Forms applications. Countless number of such applications is created every day all around the world. These are the applications that bear the brunt of the user’s daily work, whether it is a text editor or some kind of information accountin...

How to create business cards from a WinForms application
28 de maio de 2020
Dmitriy Fedyashov
.NETFastReportWinFormsBusiness card

As you can see from the name, Windows Forms type of applications is designed to work in the Windows environment. For example, good old MS Word or Calculator application and many other programs with window interface. This actually is the whole API for working with the Windows GUI, which is part of th...

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
  • Comprar
  • Download
  • Documentação
  • Depoimentos
  • Como desinstalar nossos produtos
  • Ticket system
  • FAQ
  • Tutorial Video
  • Forum
  • Articles
  • Our News
  • Informação sobre nós
  • Parceiros
  • Nossa equipe
  • Contatos

© 1998-2021 by Fast Reports Inc.

  • Privacidade