logo
small logo
  • Products
  • Buy
  • Support
  • About
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • ASP.NET
  • .NET
  • FastReport
  • CSV
  • Customization
  • Business Graphics
  • Export
  • RTF
  • Install
  • Designer
  • VCL
  • Lazarus
  • Delphi
  • MacOS
  • Mono
  • PDF
  • ASP.NET
  • WebReport
  • Data Source
  • WPF
  • Core
  • ZPL
  • Pages
  • SQL
  • Angular
  • React
  • Online Designer
  • Vue
  • JSON
  • Knockout
  • MVC
  • PHP
  • Excel
  • Firebird
  • Filtering
  • FastCube
  • OLAP
  • Converter
  • C#
  • MAPI
  • Email
  • VB6
  • Visual Studio
  • WCF
  • Linux
  • Windows
  • FMX
  • Report
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Map
  • HTML
  • XLSX
  • Desktop
  • Barcode
  • QR Code
  • Printing
  • Interactivity
  • PostgreSQL
  • Cloud
  • Web Storage
  • Web API
  • ZUGFeRD
  • SVG
  • Libgdiplus
  • SSRS
  • Preview
  • Toolbar
  • Plugin
  • Script
  • Matrix
  • Open Source
  • WinForms
  • HTTPS
  • Word
  • Business card
  • DBA
  • ARM
  • Visual Basic
  • Upload
  • NuGet
  • Ubuntu
  • Academic
  • Blazor
  • SPA
  • ROSA Linux
  • JetBrains Rider
  • M. Alaev
  • S. Antonenko
  • G. Bagaevski
  • A. Begunov
  • A. Fediashov
  • D. Fedyashov
  • P. Ishenin
  • O. Kojnikov
  • K. Kornienko
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • A. Pushkareva
  • A. Syrykh
  • A. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov

ASP.NET

How to create a report in ASP .NET MVC on Visual Basic
March 3, 2022
Dmitriy Fedyashov
.NETVisual StudioFastReportASP.NETMVCVisual Basic

The Visual Basic .NET programming language is seen by many as an entry-level language. But this, of course, is not the case. We’ve got used to knowing that Visual Basic.NET is most often used in Desktop applications. However, this language allows much more - for example, to create web appli...

How to create a report from web application code
February 16, 2022
Dmitriy Fedyashov
.NETFastReportASP.NETMVCCoreWebReportReportNuGet

Sometimes creating a report can turn into to be a real headache. For example, when you need to manage the content of the report based on the conditions in the program. It is easier to do this in the program code than to transfer parameters to the report and develop the report script logic. Today...

Working with custom fonts in FastReport Online Designer
December 20, 2021
Stas Antonenko
FastReportASP.NETOnline DesignerWebReport

In the recent release of FastReport Online Designer, it became possible to add any fonts to the report. This new feature allows you to diversify the generated reports. In order to use non-standard fonts, you need: to deploy a font server; to define font settings using css; to ad...

How to use FastCube .NET in React application
October 1, 2021
Dmitriy Fedyashov
.NETFastCubeASP.NETCoreReactSPA

UPD: Applies to the versions of FastCube .NET before 2022.1. License packages are now available on our NuGet server. The ReactJs library has become widespread in the web development of single-page applications. Previously we have covered how to display reports and the online report designer in Reac...

How to host FastReport ASP .NET Core application in IIS Windows Server 2012
September 28, 2021
Marat Alaev
.NETVisual StudioFastReportASP.NETCoreWeb APIWindows

To host the created applications on Internet servers, you need a web server. Today we will launch our web application on IIS (Internet Information Services). It is a web server for hosting sites on the Internet. It is more often used to host web servers under server operating systems with a Windows ...

How to use FastCube .NET in the SPA application Knockout.js
July 21, 2021
German Bagaevski
.NETFastCubeOLAPASP.NETMVCCoreWebReportKnockoutSPA

To output the data cube, we will create a SPA application by means of Knockout.js (library for creating web apps). With the help of this library, we will be able to use TypeScript for the frontend part of our application and also ASP.NET Core MVC for the backend part. With it, we will be able to use...

How to use FastCube .NET in ASP .NET Core application
May 6, 2021
Dmitriy Fedyashov
.NETFastCubeOLAPASP.NETMVCCore

1. About FastCube Report generator FastReport .NET covers nearly all requirements of users in report making. Nearly all, but still not absolutely all! When it comes to cross tables, it becomes “tight”. The Matrix object is intended only for the output of cross data, but not for manip...

How to create the invoice from ASP .NET Core
August 31, 2020
Dmitriy Fedyashov
.NETFastReportASP.NETCoreReport

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 custom toolbar for web FastReport .NET report
May 31, 2020
Dmitriy Fedyashov
.NETFastReportASP.NETMVCCustomizationToolbar

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

Report generators family FastReport brief review
March 23, 2020
Dmitriy Fedyashov
.NETVCLFMXLazarusFastReportASP.NETCoreC#Report

Without reporting it is impossible to carry on business in any sphere of life. Bureaucracy is an irresistible part of human society. Whether it's steel plant or a school facultative - reports are needed everywhere: accounting, statistical, operational. Since the modern world strongly computerized - ...

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 FastReport Core Web Report in Angular 7
April 29, 2019
Dmitriy Fedyashov
.NETVisual StudioFastReportASP.NETMVCCoreWebReportAngular

The concept of one-page apps is finding an increasing number of supporters. One of the most famous one-page frameworks is Angular, which is a one-page JavaScript application framework. The first version of Angular was really based on JavaScript. But all subsequent versions are already working on Typ...

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

How to use ASP .NET MVC project 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...

1 2 3 > >>
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
  • FAQ
  • Tutorial Video
  • Forum
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Extended licensing
  • Contact us

© 1998-2023 by Fast Reports Inc.

  • Privacy Policy