logo
small logo
  • Products
  • Buy
  • Support
  • About
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • WebReport
  • .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
  • AltLinux
  • 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

WebReport

The Future of Report Generation with Blazor WebAssembly
March 14, 2023
Kirill Kornienko
.NETFastReportWebReportBlazor

Microsoft has long introduced a framework for creating an interactive web interface with C#, HTML and CSS. It comes in two versions: Server-side (Blazor Server) and Client-side (Blazor WebAssembly). WebAssembly is particular because it is executed right in the user’s browser and accesses the r...

How to set up an Apache2 web server for FastReport .NET
February 14, 2023
Marat Alaev
.NETLinuxCoreWebReportUbuntu

It's no secret that FastReport .NET has broad functionality. It is also a great solution that can be integrated with the Apache 2 web server. Next, we will look at the fine-tuning of Apache2 on the Linux operating system. First, let's install .NET 5 with a few commands. Download the necessary packa...

How to display multiple reports on single Blazor page
July 12, 2022
Kirill Kornienko
.NETFastReportCoreWebReportC#ReportBlazor

Often, our users need to display two reports with different data on the same page. Imagine a situation where you need to compare reports for the first and last month. Blazor WebReport support can solve your problem. Let's take a closer look at how to implement this in your Blazor app. We will...

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

Setup of advanced export functions in FastReport.Web for Core and Blazor Server
December 6, 2021
Kirill Kornienko
.NETVisual StudioFastReportCoreWebReportBlazor

Often, our users need to change the file export parameters, and we will look at their implementation today. This feature was integrated into the 2022.1 release. Let's say that we have a finished project. Let's take any report from the FastReport .NET demo application and add additional parameters...

Toolbar customization and export settings in FastReport.Web for Core
September 6, 2021
Kirill Kornienko
.NETVisual StudioFastReportCoreWebReportC#CustomizationToolbarBlazor

Our users often need to change the appearance of the toolbar or customize the export menu, but not everyone knows how to do this. Let’s say that we already have a finished project. As an example, we can use any report from the FastReport .NET demo application. Let’s add some colors to o...

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 the SPA Angular application
April 19, 2021
Dmitriy Fedyashov
.NETFastCubeOLAPMVCWebReportAngularSPA

One of the most popular frameworks for creating single-page applications is Angular. It is based on MVC template, which simplifies the development and testing of such application. Many users of the report generator FastReport need to display their reports in Angular web applications, which we discus...

Web reports in Lazarus on Linux
December 15, 2020
Sergey Plastun
VCLLazarusFastReportLinuxWebReportDelphi

Until recently, the task of generating reports through the Web from an application written in Lazarus was, let’s say, very creative. Today we are pleased to announce the release of client-server components for Lazarus in beta testing. They can be used to create and customise a server for remot...

How to update the FastReport.Core web report
September 21, 2020
Dmitriy Fedyashov
.NETFastReportCoreWebReportUpload

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 hide unnecessary items in the Web Report toolbar
June 3, 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 use WebReport in the Knockout.js application
July 29, 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 cl...

How to use FastReport Core Web Report with ReactJS
April 30, 2019
Dmitriy Fedyashov
FastReportCoreWebReportReact

The FastReport. Core Report Generator is designed to work with the popular .Net Core framework. He gained even more popularity thanks to the compatibility with trend web frameworks and libraries such as Angular, React, Vue. Therefore, many FastReport users would like to use reports in their Web appl...

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

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 Web Core application
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....

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

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

© 1998-2023 by Fast Reports Inc.

  • Privacy Policy

Trustpilot