logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • ru
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • ASP.NET
  • TTF
  • .NET
  • FastReport
  • Data Source
  • PostgreSQL
  • Barcode
  • Export
  • PDF
  • ASP.NET
  • Online Designer
  • VCL
  • Lazarus
  • FastReport 6
  • Delphi
  • HTML
  • DropBox
  • CEF4Delphi
  • WebView2
  • OAuth 2.0
  • TEdgeBrowser
  • TWebBrowser
  • 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
  • Map
  • Visual Basic
  • Event
  • OpenOffice
  • libgdiplus
  • unicode
  • SBER
  • Interactive Forms
  • .NET5
  • FmxLinux
  • RAD Studio
  • GTK3
  • recompile
  • Ubuntu
  • 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 the invoice from ASP.Net Core application
August 31, 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
May 31, 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 custom toolbar for web FastReport.NET report
May 31, 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...

How to use FastReport reports in a PHP application. Part 3
October 14, 2019
Dmitriy Fedyashov
FastReportASP.NETCorePHP

This is the final part of the article about using FastReport.Net in conjunction with a PHP application. In previous articles, we looked at the way to create a server part on ASP.Net Core. Let me remind you that it allows you to get a report display, a report designer display with a report loaded in...

How to make a web report authentication
October 13, 2019
Dmitriy Fedyashov
FastReportASP.NETMVCCore

Every time we generate a web report, ajax request leads to the execution of handlers: WebResource.axd and FastReport.Export.axd. Files with the axd extension are used in ASP.Net applications to get resources from dll libraries: images, javascript and styles. As a result, we get an HTML report file....

How to use FastReport reports in PHP application. Part 1.
October 13, 2019
Dmitriy Fedyashov
FastReportASP.NETCorePHP

FastReport.Net was created specially for the .net platform. Accordingly, web reports work with ASP.Net and ASP.Net Core technologies. But, still, most websites on the World Wide Web are written in PHP. And many would like to display FastReport reports in their php applications. As you know, this is...

How to use FastReport reports in a PHP application. Part 2.
October 13, 2019
Dmitriy Fedyashov
FastReportASP.NETCorePHP

In the first part of the article, we created an ASP.Net Core application in which we implemented the following methods: displaying a report, displaying a report designer and saving the report changed in the designer to a server. But these are just the two features that we have stated. We need to imp...

How to use the Online Designer in an Angular single-page application
April 28, 2019
Dmitriy Fedyashov
FastReportASP.NETCoreAngular

In this article we will look at the way to use FastReport Online Designer in a single-page application based on the Angular framework and ASP .Net Core. Due to the fact that the backend of this SPA application is implemented on ASP .Net Core, we can easily use the FastReport libraries. There remains...

How to use FastReport.Core in the Web API application
November 5, 2018
Dmitriy Fedyashov
FastReportASP.NETCoreWeb API

In this article, we will create an API for receiving FastReport reports from the server. First of all, let's define what the API is. Literally, this abbreviation stands for software interface of the application. This means that the application has an interface that provides access to its functions. ...

Displaying a prepared report on the Web
November 5, 2018
Dmitriy Fedyashov
FastReportASP.NET

Innovations in FastReport.Net 2018.4 touched the web reports as well. Now you can display reports in fpx format, i.e. pre-prepared reports. The fpx format is very convenient for exchanging reports, because it contains data in addition to the template. Therefore, to display a report in fpx format, yo...

The way to create an ASP.Net MVC application in FastReport.Mono
October 8, 2018
Dmitriy Fedyashov
monoFastReportASP.NETMVC

First of all, for programming in C # under Linux you will need to install: • MonoDevelop - development environment under the .Mono framework; • XSP - a test web server for running ASP.Net applications; • A "battle" web server, for example, Apache. But this is if you are going to de...

Support for editable fields in WebReport
May 18, 2018
Dmitriy Fedyashov
FastReportASP.NETWebReport

In the article "Interactive forms in the PDF export of Fast Report .Net 2018" I have already considered editable fields. The bottom line is that the Text and Checkbox objects can be edited in the report preview mode if you include the Editable property. Until recently, this function was supported on...

How to use WebReport with ASP .Net Core
January 17, 2018
Dmitriy Fedyashov
.NETFastReportASP.NETCoreWebReport

Recently FastReport introduced a new library under the .Net - FastReport Core platform. This is a special version of FastReport.Net for working with ASP .Net Core. The first version of the library did not implement the WebReport object and OnlineDesigner. We had to export a report to HTML, and then ...

How to pass parameter into report through URL
August 23, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETWebReport

Working with reports on the Internet, there is a need to transmit the values of any parameters. This, for example, can be data for filtering lists or customer information. It would be convenient to pass parameters using the URL (Universal Resource Locator) when you call the web form with the report....

How to use FastReport.Net with ASP.NET Web API
August 22, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETWeb API

The Web API allows you to quickly and easily create HTTP services. Unlike regular ASP.Net MVC projects, the Web API does not work with views. A controller of a special type is used, the methods of which return model objects. The task of such a controller is to transmit data, not representations. L...

Interactive web report with outline and bookmark
August 16, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCInteractivity

Interactive reports allow users to interact with them. For example, a report can contain hyperlinks, bookmarks and an outline. By clicking on the section title in the content you move to a bookmark in the desired location of your report. These reports are often used in catalogs. Let us create an in...

Using external controls to manage report properties
August 16, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCWebReport

This article aims to explicate the concept of work with a report via the Web form controls in the project ASP .Net MVC. So, the task is to create a Web application, that will allow to: 1) upload a Web report; 2) export the report in one of three formats; 3) display / hide the Web toolbar of the ...

Updating report object through Ajax in ASP.Net MVC project
August 16, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCWebReport

Ajax technology significantly speeds up web applications. Also, the visual side is important. Agree that not very nice when each time you click the button and the entire Web page is updated. If your internet is not very fast, this procedure causes irritation, because all elements disappear and appea...

Interactive web report with drill down lists
August 15, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCWebReportInteractivity

In this article we look at how to create interactive reports with drop-down groups. We will group the records and display the groups in a collapsed form. If necessary, the user opens and views the contents of a group. This functionality can significantly improve the user experience with the lists. B...

Interactive web report in MVC
August 14, 2017
Dmitriy Fedyashov
FastReportASP.NETMVCInteractivity

In this article we will look at how to create interactive web reports. These reports allow you to move to detailed reports or other pages using hyperlinks. These reports increase the usability of the reporting. It is much easier to view detailed information based on the context of the main report, t...

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