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

MVC

How to create a report in ASP .NET MVC on Visual Basic
March 3, 2022
Dmitriy Fedyashov
.NETVisual StudioFastReportASP.NETMVCVisual Basic

The Visual Basic .NET programming language is seen by many as an entry-level language. But this, of course, is not the case. We’ve got used to knowing that Visual Basic.NET is most often used in Desktop applications. However, this language allows much more - for example, to create web appli...

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

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 ASP .NET Core application
May 6, 2021
Dmitriy Fedyashov
.NETFastCubeOLAPASP.NETMVCCore

1. About FastCube Report generator FastReport .NET covers nearly all requirements of users in report making. Nearly all, but still not absolutely all! When it comes to cross tables, it becomes “tight”. The Matrix object is intended only for the output of cross data, but not for manip...

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

How to custom toolbar for web FastReport .NET report
May 31, 2020
Dmitriy Fedyashov
.NETFastReportASP.NETMVCCustomizationToolbar

Many users of report generators are interested in setting up the toolbar when reviewing the report. Such questions appear periodically on forums and questionnaires. Like this user of the DevExpress report generator who wants to customize the web report toolbar ASP.Net MVC. In some cases, the user w...

How to make a web report authentication
October 13, 2019
Dmitriy Fedyashov
FastReportASP.NETMVCCore

Every time we generate a web report, ajax request leads to the execution of handlers: WebResource.axd and FastReport.Export.axd. Files with the axd extension are used in ASP .NET applications to get resources from dll libraries: images, javascript and styles. As a result, we get an HTML report file...

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

How to use ASP .NET MVC project in FastReport Mono
October 8, 2018
Dmitriy Fedyashov
MonoFastReportASP.NETMVC

First of all, for programming in C # under Linux you will need to install: • MonoDevelop - development environment under the Mono framework; • XSP - a test web server for running ASP .NET applications; • A "battle" web server, for example, Apache. But this is if you are going to de...

Interactive web report with outline and bookmark
August 16, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCInteractivity

Interactive reports allow users to interact with them. For example, a report can contain hyperlinks, bookmarks and an outline. By clicking on the section title in the content you move to a bookmark in the desired location of your report. These reports are often used in catalogs. Let us create an in...

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

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

Interactive web report with drill down lists
August 15, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCWebReportInteractivity

In this article we look at how to create interactive reports with drop-down groups. We will group the records and display the groups in a collapsed form. If necessary, the user opens and views the contents of a group. This functionality can significantly improve the user experience with the lists. B...

Interactive web report in MVC
August 14, 2017
Dmitriy Fedyashov
FastReportASP.NETMVCInteractivity

In this article we will look at how to create interactive web reports. These reports allow you to move to detailed reports or other pages using hyperlinks. These reports increase the usability of the reporting. It is much easier to view detailed information based on the context of the main report, t...

Interactive web report – detail page
August 14, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCWebReportInteractivity
(1)

Interactive reports allow the user to interact with the report through hyperlinks. Through hyperlinks, you can run other reports, or to move to other pages of the report or go to your bookmarks. In the article "Interactive Web reports in MVC project," we looked at how to create an interactive repor...

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

Downloading the report as an Excel document in MVC
August 13, 2017
Dmitriy Fedyashov
.NETFastReportASP.NETMVCExcel

Previously, we already examined an example of displaying a printing dialog of a report in HTML and PDF formats. The aim of this article is to show how to save reports in the desired format, providing an example of Excel. We use the MVC web application. There is a button, which is provided to save ...

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