logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • MVC
  • .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
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...

Using reports when developing MVC applications
August 12, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVC

If you create a Web project on the MVC pattern is a reasonable question - how to use the web-reports FastReport.Net? In this article I will tell you about it. Since MVC architecture View separated from the Logic, then we can't use the visual WebReport component. We'll have to work with report in co...

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

Tabs in WebReport
October 21, 2013
Aleksandr Fediashov
.NETFastReportASP.NETMVC

We can use tabs to view multiple reports in WebReport in version FastReport.NET 2013.4 and newer. Tabs can be useful for viewing many reports with additional information. Each report in tab has own navigation and may be attached to any data source. Saving in different formats is performed for ea...

FastReport .NET on mobile devices
May 21, 2013
Aleksandr Fediashov
.NETFastReportASP.NETMVC

Modern mobile technologies provide worldwide access to any information. FastReport .NET brings reports in your favorite tablet or phone, and helps you communicate with dialogs. Today we test preview of the reports FastReport .NET on some mobile devices with touch-oriented UI. We have created the we...

Create a PDF file on button press in browser
April 11, 2013
Aleksandr Fediashov
.NETExportFastReportMVC

When you use the FastReport .Net together ASP.Net MVC framework you have easy method for creating file in any supported format on button press in HTML form. Add next code in View: @using (Html.BeginForm("GetFile", "Home")) { <input id="pdf" type="submit" value="Export to PDF" /> } ...

FastReport .NET and jQuery
April 1, 2013
Aleksandr Fediashov
.NETFastReportMVC

The object WebReport from FastReport .NET use jQuery library. You already can use this library in your own project. To avoid duplication of boot scripts and styles jQuery to the client browser when working with markup Razor, you need to use the following lines in _Layout.cshtml: @WebReport...

FastReport .NET 2013.2 MVC
March 11, 2013
Aleksandr Fediashov
.NETFastReportMVC

We have released FastReport .NET 2013.2 with MVC support. And I'd like to inform all WebReport developers about some changes. First. An extension of the handler in web.config was changed. You need replace old string «FastReport.Export.aspx» to new string «FastReport.Export.axd&raq...

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