logo
small logo
  • Products
  • Comprar
  • Suporte
  • About
  • Customer panel Suporte
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Core
  • .NET
  • FastReport
  • CSV
  • Customization
  • Business Graphics
  • Export
  • RTF
  • Install
  • Designer
  • MacOS
  • Mono
  • SQL
  • Core
  • ASP.NET
  • Angular
  • WebReport
  • React
  • Online Designer
  • Vue
  • Data Source
  • JSON
  • Knockout
  • MVC
  • PDF
  • PHP
  • Excel
  • Firebird
  • Filtering
  • FastCube
  • OLAP
  • VCL
  • Converter
  • C#
  • Desktop
  • Barcode
  • QR Code
  • ZUGFeRD
  • SVG
  • HTML
  • Open Source
  • Visual Studio
  • Script
  • Delphi
  • Plugin
  • Report
  • FMX
  • Preview
  • Printing
  • WinForms
  • Interactivity
  • Toolbar
  • Business card
  • Windows
  • DBA
  • Lazarus
  • ARM
  • WPF
  • Email
  • Visual Basic
  • Upload
  • Word
  • XLSX
  • Linux
  • Libgdiplus
  • ZPL
  • NuGet
  • Ubuntu
  • Blazor
  • SPA
  • Cloud
  • ROSA Linux
  • Matrix
  • Academic
  • M. Alaev
  • S. Antonenko
  • A. Aulov
  • G. Bagaevski
  • A. Begunov
  • A. Fediashov
  • D. Fedyashov
  • P. Ishenin
  • O. Kojnikov
  • K. Kornienko
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • A. Syrykh
  • A. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov

Core

Como usar o FastCube .NET com a aplicação Vue SPA
14 de abril de 2021
Dmitriy Fedyashov
.NETFastCubeOLAPCoreVue

O framework Vue.js é atualmente muito popular, e, está em alinhado com o Angular. Já consideramos como usar o FastReport.Core com Angular. Agora, vamos considerar como implementar a exibição de um relatório da web FastReport em um aplicativo de página...

Relatórios e documentos PDF no Blazor
5 de abril de 2021
Kirill Kornienko
.NETVisual StudioFastReportCoreC#Blazor

A Microsoft lançou recentemente uma plataforma web chamada Blazor. Este framework permite a criação de uma interface web interativa com a linguagem C#, além de HTML e CSS. O Blazor é altamente exigido e rapidamente ganha popularidade entre muitos desenvolvedores .N...

FastReport .NET packages e .NET 5.0
17 de dezembro de 2020
Kirill Kornienko
.NETVisual StudioFastReportCoreC#NuGet

UPD: aplica-se às versões do FastReport.net antes de 2022.2. Pacotes de licença já estão disponíveis em nosso servidor NuGet. Com o lançamento do FastReport .NET 2021.1, temos o prazer de anunciar duas coisas importantes: adição do p...

Construindo a biblioteca libgdiplus da fonte
2 de outubro de 2020
Alexander Tsyganenko
.NETMonoFastReportLinuxCoreOpen SourceLibgdiplus

Ao usar as bibliotecas FastReport.NET (Core), FastReport Open Source e FastReport Mono no sistema operacional Linux, bem como ao salvar documentos como imagens ou arquivos PDF, existe a possibilidade de experimentar a exibição incorreta de textos Unicode na visualização d...

Como criar uma fatura a partir do aplicativo ASP.Net Core
31 de agosto de 2020
Dmitriy Fedyashov
.NETFastReportASP.NETCoreReport

Poucos acreditaram no sucesso da nova estrutura de código-fonte aberto ASP.Net Core da Microsoft. É tudo por causa da baixa popularidade da plataforma ASP.Net anterior. No entanto, muito em breve todos apreciaram as vantagens da nova estrutura de plataforma cruzada. Atualmente ASP.Net ...

How to create business cards from ASP .NET Core application
31 de maio de 2020
Dmitriy Fedyashov
.NETFastReportASP.NETCoreBusiness card

ASP.NET Core Framework is a cross-platform solution for creating web applications. This means that you can develop in various operating systems and applications created will also work in them. These and other benefits have made ASP.NET Core very popular. Many desktop developers who wrote in C# langu...

How to use FastReport reports in a PHP application. Part 3
14 de outubro de 2019
Dmitriy Fedyashov
FastReportASP.NETCorePHP

This is the final part of the article about using FastReport.Net in conjunction with a PHP application. In previous articles, we looked at the way to create a server part on ASP.Net Core. Let me remind you that it allows you to get a report display, a report designer display with a report loaded in...

How to make a web report authentication
13 de outubro de 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 FastReport reports in PHP application. Part 1.
13 de outubro de 2019
Dmitriy Fedyashov
FastReportASP.NETCorePHP

FastReport.Net was created specially for the .net platform. Accordingly, web reports work with ASP.Net and ASP.Net Core technologies. But, still, most websites on the World Wide Web are written in PHP. And many would like to display FastReport reports in their php applications. As you know, this is...

How to use FastReport reports in a PHP application. Part 2.
13 de outubro de 2019
Dmitriy Fedyashov
FastReportASP.NETCorePHP

In the first part of the article, we created an ASP.Net Core application in which we implemented the following methods: displaying a report, displaying a report designer and saving the report changed in the designer to a server. But these are just the two features that we have stated. We need to imp...

How to use FastRerport.Core in Vue.js application
30 de junho de 2019
Dmitriy Fedyashov
.NETFastReportCoreVue

The framework Vue.js is now very popular and is on a par with Angular. We have already considered the way to use FastReport.Core in the Angular application,. Now let's see how to implement the display of the FastReport web report in a one-page application on Vue.js with a backend on ASP .Net Core. ...

How to upload a report to OnlineDesigner and download it after editing in an ASP .NET Core application
30 de junho de 2019
Dmitriy Fedyashov
.NETExportFastReportCorePDF

While working with Fast Reports online report designer, we usually have to upload our report templates into it, and then, after editing, download them. Today we will look at how this can be done in the context of an ASP .NET Core application. Create an ASP .NET Core application. Add the FastReport ...

How to use Online Designer in a knockout.js application
30 de junho de 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...

<< < 1 2 3 > >>
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
  • Comprar
  • Download
  • Documentação
  • Depoimentos
  • Como desinstalar nossos produtos
  • FAQ
  • Tutorial Video
  • Forum
  • Support SLA
  • Articles
  • Our News
  • Informação sobre nós
  • Parceiros
  • Extended licensing
  • Contatos

© 1998-2023 by Fast Reports Inc.

  • Privacidade

Trustpilot