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
How to create a Swiss QR bill in .NET application
19 de maio de 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...

How to display the footer page PageFooter only on the last page of the report
15 de maio de 2020
Dmitriy Fedyashov
.NETFastReportPageFooter

When you develop the same reports, or reports with the same bands, you can use the inheritance of reports. That is a basic report that will be used as a basis for others. This will provide a uniform component to the set of reports you create. Just working with such a set of identical reports, the u...

How to create a custom toolbar for web FastReport.NET report
31 de maio de 2020
Dmitriy Fedyashov
.NETFastReportASP.NETMVCCustomisationToolbar

Many users of report generators are interested in setting up the toolbar when reviewing the report. Such questions appear periodically on forums and questionnaires. Like this user of the DevExpress report generator who wants to customize the web report toolbar ASP.Net MVC. In some cases, the user w...

Customizing the report designer
31 de maio de 2020
Dmitriy Fedyashov
.NETFastReportDesignerReportCustomisation

Report designer is replete with lots of features that many users do not use. Sometimes the variety of icons and menus only distracts. Therefore, many users would like to have a simplified version of the report designer with only the functions they need. This, the report designer can be customized to...

How to make a simplified web designer for reports
7 de maio de 2020
Dmitriy Fedyashov
.NETFastReport

Report designer has a lot of useful features. This is a complete development environment with many options, a full study of which will require a lot of time. But what if you need to develop simple reports, or do not need to be developed, but only edit existing ones. Then the complex interface and re...

How to pass a connection string in the web report FastReport.Net
2 de maio de 2020
Dmitriy Fedyashov
.NETFastReport

Sometimes I'm having a situation where you need to set up a web report to another data source. This may be necessary if the report was developed with the use of the test database, or a database simply "moved" to another location. Or maybe the other way around you need to connect a report to the test...

How to use stored procedures with multiple sets of data as a result
8 de maio de 2020
Dmitriy Fedyashov
.NETFastReportSQLStored procedures

Often, when creating reports, we have to deal with databases that are far from ideal. The various "features", sometimes get us stuck. For example, how to build a report based on multiple datasets, which will result in MS SQL stored procedures? When you create a data source in the report, we can use ...

How to print a picture from the report by clicking
29 de abril de 2020
Dmitriy Fedyashov
.NETFastReport

Many users of report generators fairly standard functionality in their everyday work. But sometimes they have to deal with non-trivial tasks, and then search for a solution may take a lot of time and effort. But perhaps the best solution is to ask the developers to get the most qualified assistance....

How to sort the data in the report FastReport.Net
22 de abril de 2020
Dmitriy Fedyashov
.NETFastReport

Sorting data is one of the most important data processing tools. We can say, it is the basis of the analysis. Analysing chaotic output data is almost impossible. Therefore, sorting provides all the tools that work with data. This also applies to reporting tools. After all, the data source may provid...

How to transfer a list of options to a web report FastReport.Net
15 de abril de 2020
Dmitriy Fedyashov
.NETFastReport

When you create reports, you often need to transfer some values from outside. This is to filter the data into the report, or to manage the logic of the report. In my practice of using FastReport.Net, I often encounter this need. Since I mostly work with web reports, I pass the parameters into the re...

How to hide columns in a list if there is no data
7 de abril de 2020
Dmitriy Fedyashov
.NETFastReport

When making the report, we want it to be "friendly" to the consumers as much as possible. Too much data and design elements processing makes people's understanding of information more unfavourable. As a result, many people want to delete spaces in a table without data. FastReport.Net report generato...

Toilet paper printing
30 de março de 2020
Dmitriy Fedyashov
.NETFastReportPrinting

Gentlemen, jokes aside! Today we are talking about toilet paper. This essential hygiene product was only recently developed in the United States in the 19th century. But to be honest, toilet paper was first mentioned in China as early as the 6th century, but this product was only available for a nar...

Quando é melhor usar um relatório escrito em código ou formato frx
29 de fevereiro de 2020
Dmitriy Fedyashov
.NETFastReportReport

Como você provavelmente sabe, os relatórios no FastReport.Net podem ser criados não apenas em um designer especial, mas também à partir do código do aplicativo escrito pelo usuário. Ao mesmo tempo, em vez do arquivo usual com extensão frx, voc&e...

How to connect to the Sybase SQL Anywhere database
29 de fevereiro de 2020
Dmitriy Fedyashov
.NETFastReportSQLAnywhere

Sybase SQL Anywhere database has a number of very useful features that make it very competitive in comparison with competitors. First, it allows you to handle very large volumes of data. Secondly - it is highly productive, that is, despite the offer large volumes of data fast. Thirdly it requires mi...

How to disable printing reports and other items from the menu when viewing the report FastReport.Net
29 de fevereiro de 2020
Dmitriy Fedyashov
.NETFastReportPreview

The main report viewing tool FastReport.Net is Viewer. This viewer has a rich toolkit for storing, exporting, printing, and other manipulations with a report. All this variety is very useful but not always necessary. For example, for users who only view and print reports export emailing is absolute...

How to set a picture in a report from the user application code
8 de janeiro de 2020
Dmitriy Fedyashov
.NETFastReport

Quite often there is a need to set various images in the report depending on any conditions or input parameters. This problem was encountered by the user of the List & Label report generator: Is there a way to programmatically insert an inline image into a List & Label document from .net co...

How to make the same report pages with different headers
8 de janeiro de 2020
Dmitriy Fedyashov
.NETFastReport

Sometimes your work needs one and the same report, but with a few changes. For example, different headers for different departments. So, for example, a user of the ActiveReports report generator wants to create such a report: For example, the user select copies for the customer and for administrati...

How to export several reports into one PDF file
8 de janeiro de 2020
Dmitriy Fedyashov
.NETFastReport

The theme for this article was one of the questions users of the generator List & Label reporting on the support forum. I need to create a package of documents into 1 PDF file. So far I am able to create individual PDF file but I am not sure how to combine them. Can LL21 do this or I need to fi...

How to display a sub-report based on conditions of the parent report
8 de janeiro de 2020
Dmitriy Fedyashov
.NETFastReport

Many modern report generators allow you to embed another report, the so-called sub-report. Why would you do that? For example, for the convenience of designing a report. If the main report and sub-report have a different type, it is easier to create them separately. In addition, by dividing the rep...

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