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 upload a report to OnlineDesigner and download it after editing in an ASP .Net Core application
30 de junho de 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...

How to use Online Designer in a knockout.js application
30 de junho de 2019
Dmitriy Fedyashov
.NETFastReportMVCOnline DesignerCoreKnockout

The knockout.js library was quite popular among web developers before the appearance of angular. Despite the obvious advantages of angular, knockout is still in demand. Many web applications are written on it. Some of them need reporting. Therefore, we will discuss in this article how to integrate t...

Vector graphics in FastReport.Net 2019.4. Script
30 de julho de 2019
Dmitriy Fedyashov
.NETFastReportVector graphicScript

In the first part of the article we reviewed the innovations of FastReport.Net 2019.4 in terms of vector graphics. Now polylines and polygons can be constructed by Bezier curves. In this article, we will consider the possibility of creating curves using a report script. Currently there are two ways...

Digital Signature to PDF Export
30 de junho de 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...

Vector graphics in FastReport.Net 2019.4
29 de julho de 2019
Dmitriy Fedyashov
.NETFastReportVector graphic

Back in FastReport.Net 2018, entry-level vector graphics appeared in the reports. These were polygons and curves. It was possible to build complex shapes, but all the curves were straight. In version 2019, Bezier curves finally appeared - and therefore, full-fledged vector graphics. Now we can creat...

How to use multi-level JSON in a report
29 de junho de 2019
Dmitriy Fedyashov
.NETFastReportData SourceJSON

Despite the fact that FastReport.Net provides us with a plugin for the report designer to use as a data source for the JSON file, it is not always suitable. This plugin works well with single-level data representing a separate table. In cases where the data has multiple levels of nesting, you will h...

How to use WebReport in the Knockout.js application
29 de julho de 2019
Dmitriy Fedyashov
.NETFastReportWebReportKnockout

The Knockout.js library is used to create web applications. Due to the support of this library in Microsoft Visual Studio, we can use TypeScript and backend based on ASP .Net Core MVC. The last means that we will be able to use FastReport.Net reports. It remains only to display the report in the cli...

How to use multiple databases in a report
28 de abril de 2019
Dmitriy Fedyashov
.NETFastReport

Sometimes, we have to deal with data from different sources, in different formats. This can be a real headache for analysts and report developers. After all, you have to somehow combine the data. Fortunately, in the reports of FastReport.Net you can create many data connections. Moreover, data sourc...

How to send a report to Email from a database in .Net Core application
8 de março de 2019
Dmitriy Fedyashov
.NETFastReportCore

We have already discussed how to send a report to a group of emails from the database. In this article we will do the same, but for a web application on the .Net Core MVC platform. Let me remind you that our task is to get a list of email addresses and user names from a certain database and, send em...

How to work with the report designer and viewer from the command line
8 de março de 2019
Dmitriy Fedyashov
.NETFastReport

In addition to the libraries themselves, FastReport.Net also includes separate programs - Designer and Viewer. The first one, as you understand, is intended for creating and editing report templates. It has a report preview mode from which you can view the report, export it to the desired data form...

How to make the table header repeat on each page
7 de março de 2019
Dmitriy Fedyashov
.NETFastReport

When you display a report on several pages, you will most likely want to display the table headers on each page. This will prevent the user of the report from constantly turning over to the first page in order to understand the purpose of the columns and reduce errors in the perception of informatio...

How to make the mailing of the report to Email from the database in a WinForms application
7 de março de 2019
Dmitriy Fedyashov
.NETFastReport

Reports are an integral part of the workflow, and electronic reports - electronic workflow. One of the main mechanisms for distributing electronic reports is e-mail. Perhaps, all modern report generators have a built-in mail client to be able to send a report directly from the program. FastReport.N...

How to create QR code with a picture
9 de janeiro de 2019
Dmitriy Fedyashov
.NETFastReportBarcodeQR Code

It's no longer a novelty to see a pixel QR barcode on the product packaging. Although it is more complicated than a regular bar code with stripes and it is undoubtedly more reliable. The technology of QR codes contains redundancy (duplication of information) and a checksum. Therefore, even with 30 p...

How to make columns highlighting, depending on the value of the column
9 de janeiro de 2019
Dmitriy Fedyashov
.NETFastReport

Matrix reports are a great tool for analyzing data. In essence, the matrix in analytical reports is a summary table. "Conditional allocation” is often used to facilitate the analysis. This is a regular tool in FastReport.Net. Conditional highlighting implies highlighting the data cells with co...

Manage the size of the band in the designer with the mouse
5 de novembro de 2018
Dmitriy Fedyashov
.NETFastReport

Most of the time when developing a report, it takes away the placement of elements on the page. Very few people manage to pick up the sizes and proportions from the first time. You always have to do a couple of test runs of the report. The new function of controlling the height of the band is desig...

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