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

Online Designer

5 functions for working with reports in FastReport Online Designer
September 14, 2022
Stas Antonenko
FastReportOnline Designer

The time for Fast Reports products is not standing still. Every month we add new functions and objects and improve and optimize the current code. There have been some updates in FastReport Online Designer, which improve usability and simplify report creation. Here is their list: Autosave; Select...

How to update FastReport Online Designer to the latest version
May 31, 2022
Stas Antonenko
FastReportOnline DesignerInstallUpload

Starting with version 2021.4.5 FastReport Online Designer is switched to new licensing. You can read more about it in the license agreement. Along with it, there’s a new way of installing the updates. In order to update the Online Designer to the latest version you need to log into your cu...

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 Online Designer in a knockout.js application
June 30, 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...

How to use Online Designer with FR.Core in a single-page Vue.js application
June 29, 2019
Dmitriy Fedyashov
FastReportOnline DesignerCoreVue

In that article, we will look at the way to display the online report designer in an application written in the Vue.Js framework in conjunction with ASP .Net Core. To create an application in such a bundle, we need to install Microsoft Visual Studio 2017, or the .Net Core 2.0 SDK, as well as the No...

Setting up the Online Designer in a React .NET Core app
April 29, 2019
Dmitriy Fedyashov
FastReportOnline DesignerCoreReact

Many FastReport.Core users are interested in how the report generator will work in a web application written by using the React library. We have already reviewed this in the article "How to use FR Core Web Report with React.docx". In this article we will look at the way to use an online designer. De...

How to use an online designer in a web application Mono
November 1, 2018
Dmitriy Fedyashov
MonoFastReportOnline Designer

Those who came across with an online designer in FastReport .Net certainly appreciated all its advantages and, working with FastReport Mono, would like to use it in their web applications. In fact, there is nothing complicated. Today we will look at the way to create a web application in MonoDevelop...

How to use Online Designer in ASP .NET Core
January 17, 2018
Dmitriy Fedyashov
.NETFastReportOnline DesignerCore

One of the novelties by FastReport .NET 2018 was the adaptation of OnlineDesigner to the .NET Core framework. In general, the online designer has not changed. Today we will consider some of the features of its use in the ASP .NET Core project. As you remember, you first need to build OnlineDesigne...

Online Designer for what and how
August 26, 2017
Dmitriy Fedyashov
.NETFastReportOnline Designer

FastReport.Net follows modern trends and pays a lot of time for web reports. Such reports can be placed on any web resource that supports html, because the web report is nothing more than exporting the report to html. Thanks to the integration with ASP.Net, we can work with the report object as well...

Localization of Online Designer and WebReport
August 15, 2017
Stas Antonenko
.NETFastReportMVCOnline DesignerWebReport

Report Localization is very urgent task in a Web environment. Because your site can be visited by people from different countries. Fortunately, FastReport.Net has many localizations in different languages, and we can use it. Let's look at how to do it on the example of MVC application. First of al...

How to change the Online Designer configuration in the program code
July 29, 2017
Dmitriy Fedyashov
.NETMVCOnline DesignerWebReport

Before downloading the Online Designer from the FastReport site, you must first compile it. But, for this you must first configure the program in a special visual builder. But what if your needs have changed and you need a different configuration? You have to again create OnlineDesigner in the visua...

How to upload report into Online Designer and download edited report
July 29, 2017
Dmitriy Fedyashov
.NETFastReportMVCOnline DesignerWebReport

One of the first questions that faces Online Designer users is how to organize downloading reports from a local computer? Today we will consider uploading from the local computer to Online Designer and downloading the modified report using the example of the ASP.Net MVC application. Create an ASP.N...

How to handle errors when calling WebReport.DesignerSaveCallBack
July 29, 2017
Dmitriy Fedyashov
.NETFastReportMVCOnline DesignerWebReport

Online Designer is an excellent tool for creating reports on the Internet. Let's look at the situation. You create a report template, save it, and ... See the message "was not saved". But what is wrong? How do you know what the error is? Now, the web report has the Debug property, with which you can...

Subscribe on save events in FastReport Online Designer
March 14, 2017
Stas Antonenko
FastReportOnline Designer

In case you need to do some actions on client side after saving the report like show some beautiful dialog from your code or do redirect to the other page you can use following techniques. 1) you can use the following code: 1 2 3 4 5 6 7 8 const eventName = 'save_success'...

Installation of FastReport Online Designer
April 6, 2016
Dmitriy Fedyashov
FastReportOnline DesignerInstall

To install FastReport Online Designer, you should first compile it using a special tool. This constructor is available on the developer’s website. This approach allows you to configure the package for themselves. 1) Run the FastReport Online Designer Designer in the customer panel. On the fi...

Using of Online Report Designer in FastReport .NET
March 3, 2015
Aleksandr Fediashov
.NETFastReportASP.NETOnline Designer

In FastReport .NET 2015.1 we have released an Online Report Designer. This Designer can be used directly in the user's browser and allows to edit the appearance of a report template, modify the properties of objects, and edit the script and events. The full-featured version of the Online Report Des...

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