logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • WebReport
  • .NET
  • Mono
  • Linux
  • Core
  • Libgdiplus
  • Unicode
  • VCL
  • Lazarus
  • FastReport
  • Delphi
  • WCF
  • FastReport 6
  • Invoice
  • Academic
  • MacOS
  • TTF
  • ASP.NET
  • PDF
  • WebReport
  • Export
  • Data Source
  • Barcode
  • QR Code
  • WPF
  • ZUGFeRD
  • Desktop
  • CSV
  • ZPL
  • SQL
  • Window function
  • Angular
  • Install
  • Online Designer
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • MVC
  • Script
  • Converter
  • Migration
  • Batch conversion
  • Plugin
  • Designer
  • PHP
  • Excel
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • CrossTab
  • FastCube
  • OLAP
  • C#
  • MAPI
  • Email
  • VB6
  • Visual Studio
  • XAML
  • FireMonkey
  • FMX
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Map
  • HTML
  • XLSX
  • Report
  • SAP
  • Interactivity
  • PostgreSQL
  • Web API
  • SVG
  • Pages
  • SSRS
  • DropBox
  • Preview
  • Toolbar
  • Open Source
  • Cross-platform
  • Anywhere
  • .NET5
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • Customization
  • PageFooter
  • RTF
  • TXT
  • PowerPoint
  • Word
  • ARM
  • WinForms
  • Business card
  • DBA
  • Sales receipt
  • ODS
  • ODT
  • Visual Basic
  • Event
  • OpenOffice
  • SBER
  • Interactive Forms
  • NuGet
  • FmxLinux
  • RAD Studio
  • GTK3
  • Recompile
  • Ubuntu
  • CEF4Delphi
  • WebView2
  • OAuth 2.0
  • TEdgeBrowser
  • TWebBrowser
  • Blazor
  • SPA
  • Data filtering
  • Matrix
  • CSS
  • HTMLView
  • Business Graphics
  • Crystal Reports
  • Windows 11
  • ROSA Linux
  • M. Alaev
  • S. Antonenko
  • G. Bagaevski
  • A. Begunov
  • M. Drazdou
  • A. Fediashov
  • D. Fedyashov
  • A. Hayruddinov
  • P. Ishenin
  • 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. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov
Interactive matrix in a web report
August 14, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCWebReportInteractivity

Let us remember how to create an interactive matrix. We use the xml data base of FastReport.Net delivery. Choose the tables: Add the object Matrix on the data band: Now open the Order Details table in the data window. You will see a table connected: Products and Orders. Open Orders. It has an...

Fast sending to print reports in MVC
August 13, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCWebReport

For harmony of Web report with the stylistics of the web page, many people are disable WebReport object toolbar. Thus the user is deprived of options to export and print reports. But if you still want to allow the user to print a report from a browser, you can create a special button to print. By cl...

Several reports in the same object WebReport - Working with tabs
August 12, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETWebReport

Web Reports direction actively develops in FastReport.Net. A new feature - bookmarks, you can create a bookmark to a web report toolbar. These tabs allow you to open other reports in the same window. Such a decision may be convenient to display a series of reports similar subjects or reports related...

Report on entire web page
August 12, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETWebReport

In previous articles, we discussed how to create a web report. And it looked like this: Agree that not very attractive looks. Scroll bars, a small display area of the report. But it is possible to stretch a report on the entire page. To do this, set the properties of an object WebReport1 SingleP...

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

How to make auto refreshable web reports
March 27, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETWebReport

When there is a need to reflect the current situation in your enterprise with the help of web reports, you might need to update information automatically on a site without any user's involvement. If you use more than one of these reports with auto refresh function on a single page of a web site, you...

How to register data sources in web reports FastReport .NET
March 16, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETWebReportData Source

To use a data source in web - reports you need to register it. This can be done in two ways that will be illustrated in this work. Registering a data source using the popup - menu of “WebReport” component. Use the project ASP.Net. Add the component “SQLDataSource” to the ...

How to hide toolbar in web-reports
March 16, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETWebReport

By default, web - reports have the toolbar above them in case to control the report display: In the object properties of “WebReport” you can control this toolbar, add and remove elements, change the layout and style. For example, to display the toolbar at the bottom of the report...

How to place several reports on one Web page
March 15, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETWebReport

A web - form allows placing any number of reports on one page. It is only limited by the size of the page. Moreover, each report can have its own data source. Let us examine the following example: Add the “SqlDataSource” component to the page. From the drop-down menu select “Con...

How to make simple Web-report in FastReport .NET
October 4, 2016
Dmitriy Fedyashov
.NETFastReportASP.NETWebReport

Web-reports are very much in demand nowadays. Every day we use the Internet and look through dozens or even hundreds of web-pages. Many businesses strive to make their activities more public and the Internet for this could be better instrument. Thus, it is possible to transfer some of the existing r...

<< < 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
  • Contact us

© 1998-2022 by Fast Reports Inc.

  • Privacy Policy