logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • ru
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Online Designer
  • .NET
  • FastReport
  • Data Source
  • PostgreSQL
  • Online Designer
  • Core
  • ASP.NET
  • WebReport
  • FastCube
  • VCL
  • Cross-platform
  • FMX
  • CrossTab
  • Visual Studio
  • Delphi
  • invoice
  • mono
  • Linux
  • libgdiplus
  • unicode
  • Lazarus
  • ZPL
  • FastReport 6
  • Barcode
  • Export
  • PDF
  • Open Source
  • HTML
  • TTF
  • SQL
  • Window function
  • Designer
  • C#
  • QR Code
  • PowerPoint
  • WinForms
  • Sales receipt
  • Word
  • ODT
  • OpenOffice
  • SBER
  • Interactive Forms
  • .NET5
  • GTK3
  • Report
  • Converter
  • MacOS
  • OLAP
  • Excel
  • MAPI
  • VB6
  • MVC
  • WCF
  • WPF
  • XAML
  • FireMonkey
  • Install
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Maps
  • Desktop
  • SAP
  • Interactivity
  • Web API
  • ZUGFeRD
  • CSV
  • SVG
  • Pages
  • SSRS
  • Angular
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • Script
  • Migration
  • Batch conversion
  • Plugin
  • PHP
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • Anywhere
  • Preview
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • Customisation
  • PageFooter
  • Toolbar
  • xlsx
  • RTF
  • Txt
  • ARM
  • Business card
  • DBA
  • Email
  • ODS
  • Map
  • Visual Basic
  • Event
  • FmxLinux
  • RAD Studio
  • recompile
  • Ubuntu
  • DropBox
  • CEF4Delphi
  • WebView2
  • OAuth 2.0
  • TEdgeBrowser
  • TWebBrowser
  • Academic
  • Blazor
  • M. Drazdou
  • A. Fediashov
  • D. Fedyashov
  • A. Hayruddinov
  • M. Karpinskiy
  • O. Kojnikov
  • K. Kornienko
  • 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 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...

How to use Online Designer with FastReport.Core library in React .Net Core application
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 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 OnlineDesigner...

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

Subscribing on save events in FastReport Online Designer
March 14, 2017
Maxim Karpinskiy
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
  • 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