logo
small logo
  • Produkty
  • Zamów
  • Wsparcie techniczne
  • About
  • Customer panel Wsparcie techniczne
    • en
    • de
    • JP
    • ZH
  • Glówna strona
  • /
  • Articles
  • /
  • .NET
  • .NET
  • FastReport
  • CSV
  • Customization
  • Business Graphics
  • Export
  • RTF
  • Install
  • Designer
  • VCL
  • Lazarus
  • Delphi
  • MacOS
  • Mono
  • SQL
  • Core
  • ASP.NET
  • Angular
  • WebReport
  • React
  • Online Designer
  • Vue
  • Data Source
  • JSON
  • Knockout
  • MVC
  • PDF
  • PHP
  • Excel
  • Firebird
  • Filtering
  • FastCube
  • OLAP
  • Converter
  • C#
  • Desktop
  • Barcode
  • QR Code
  • ZUGFeRD
  • SVG
  • HTML
  • Open Source
  • Visual Studio
  • Script
  • Plugin
  • Report
  • FMX
  • Preview
  • Printing
  • WinForms
  • Interactivity
  • HTTPS
  • Toolbar
  • XLSX
  • Word
  • Linux
  • Business card
  • Windows
  • DBA
  • ARM
  • WPF
  • Email
  • Map
  • Visual Basic
  • Upload
  • Libgdiplus
  • ZPL
  • NuGet
  • Ubuntu
  • Web Storage
  • Academic
  • Blazor
  • SPA
  • Matrix
  • Web API
  • Cloud
  • ROSA Linux
  • 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. Syrykh
  • A. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov

.NET

Connection to NosDB (NoSQL)
11 listopada 2019
Dmitriy Fedyashov
.NETFastReportData Source

NosDB is a prominent representative of the NoSQL databases. It is designed for use on the .Net platform and has open source. NosDb, like many other non-relational databases, has a high speed and good linear scalability. In this article, we'll look at the way to connect to the NosDb database inside t...

How to connect to RavenDB
11 listopada 2019
Dmitriy Fedyashov
.NETFastReportData Source

Recently, the NoSQL database is gaining more and more popularity. They differ favourably from conventional relational databases and provide the following: high resilience, incredibly large amounts of data, good scalability, clustering. One of the new NoSQL databases is RavenDB. This is a document-o...

How to connect to SQLCe
11 listopada 2019
Dmitriy Fedyashov
.NETFastReportData SourceSQLPlugin

Microsoft SQL Server Compact Edition is a simple local relational database that doesn't require installation, and the connection is made to the database file. You do not need admin rights to work with the base. You can only "password" the base. For many developers, such a simple database is simply n...

How to display report pages on separate sheets in Excel
14 października 2019
Dmitriy Fedyashov
.NETExportFastReportExcel

Until recently, the export of multi-page reports in Excel format was done on one sheet. That is, all pages of the report were displayed on one sheet in Excel. Of course, this is not always convenient; it would be better to be able to display each page of the report on a separate sheet in an Excel do...

Easter eggs in the designer FastReport.Net
13 października 2019
Dmitriy Fedyashov
.NETFastReportDesigner

With this Easter egg, FastReport developers decided to show us an alternative way to use their generator. Based on the report, they created a game - the well-known Minesweeper. Surprisingly, this is indeed possible thanks to the built-in report script. However, this is not just a report from the dem...

How to make a repeating band
13 października 2019
Dmitriy Fedyashov
.NETFastReport

Sometimes it is required to display the same information several times in a report. This may be required in reports that will be printed, for example, invoices, business cards, announcements, invitations, and others. This was not a trivial task before. You had to use a report script to “multi...

How to make a report like Drill-Down
4 września 2019
Dmitriy Fedyashov
.NETFastReport

Reports with grouping are necessary for data analysis. But when there are a lot of data and there is no need to display them all, a regular report with grouping becomes cumbersome and redundant. You want to find a universal solution for such cases. And there is one. A report with a drop-down list i...

How to make a report like Master-Detail
4 września 2019
Dmitriy Fedyashov
.NETFastReport

The variety of electronic documentation sometimes seems to be limitless. However, in practice, not many types of documents are commonly used. In electronic reporting, the most common type of document is a simple list. Then, there go complex lists. There can be many variations of complex lists, but ...

How to use Plugin Manager
3 września 2019
Dmitriy Fedyashov
.NETFastReportData SourcePlugin

FastReport.Net provides a plugin mechanism for extending the functionality of the report designer. Most of these plug-ins are for adding database connectors in the report designer. But there are others. For example, those which add new controls to the designer. But before using plugins, you must fi...

How to use SQL queries when creating an internal report data source in FastReport.Net report designer
2 września 2019
Dmitriy Fedyashov
.NETFastReportDesignerSQL

When creating a SQL database connection, you can specify a query to select filtered or combined data. The standard tools of the data source creation wizard also allow you to include parameters in the SQL query. In this case, the designation of the parameter will depend on the type of DBMS to which t...

How to use FastRerport.Core in Vue.js application
30 czerwca 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 czerwca 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 czerwca 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...

Vector graphics in FastReport.Net 2019.4. Script
30 lipca 2019
Dmitriy Fedyashov
.NETFastReportSVGScript

In the first part of the article we reviewed the innovations of FastReport.Net 2019.4 in terms of vector graphics. Now polylines and polygons can be constructed by Bezier curves. In this article, we will consider the possibility of creating curves using a report script. Currently there are two ways...

Digital Signature to PDF Export
30 czerwca 2019
Dmitriy Fedyashov
.NETExportFastReportPDF

Electronic document management has become an integral part of our lives already long time ago. Everyone appreciated the convenience of such documents - they do not deteriorate over time, they are more difficult to lose, easy to store and quickly transfer to any distance. And although, the times of r...

Vector graphics in FastReport.Net 2019.4
29 lipca 2019
Dmitriy Fedyashov
.NETFastReportSVG

Back in FastReport.Net 2018, entry-level vector graphics appeared in the reports. These were polygons and curves. It was possible to build complex shapes, but all the curves were straight. In version 2019, Bezier curves finally appeared - and therefore, full-fledged vector graphics. Now we can creat...

How to use multi-level JSON in a report
29 czerwca 2019
Dmitriy Fedyashov
.NETFastReportData SourceJSON

Despite the fact that FastReport.Net provides us with a plugin for the report designer to use as a data source for the JSON file, it is not always suitable. This plugin works well with single-level data representing a separate table. In cases where the data has multiple levels of nesting, you will h...

How to use WebReport in the Knockout.js application
29 lipca 2019
Dmitriy Fedyashov
.NETFastReportWebReportKnockout

The Knockout.js library is used to create web applications. Due to the support of this library in Microsoft Visual Studio, we can use TypeScript and backend based on ASP .Net Core MVC. The last means that we will be able to use FastReport.Net reports. It remains only to display the report in the cli...

How to use FR Core Web Report in Single Page Application Angular 7
29 kwietnia 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 multiple databases in a report
28 kwietnia 2019
Dmitriy Fedyashov
.NETFastReport

Sometimes, we have to deal with data from different sources, in different formats. This can be a real headache for analysts and report developers. After all, you have to somehow combine the data. Fortunately, in the reports of FastReport.Net you can create many data connections. Moreover, data sourc...

<< < 5 6 7 8 9 > >>
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
  • Zamów
  • Pobierz
  • Dokumentacja
  • Opinie użytkowników
  • Jak odinstalować nasze produkty
  • FAQ
  • Tutorial Video
  • Forum
  • Articles
  • Our News
  • Prasa o nas
  • Partnerzy
  • Extended licensing
  • Kontakty

© 1998-2023 by Fast Reports Inc.

  • Poufność