Artigos

08 de janeiro de 2020
#.NET #FastReport
Como exibir um sub-relatório com base nas condições do relatório pai
Fazendo um relatório exibindo um sub-relatório dependendo da condição em FastReport.Net. usando o script, você precisa definir a propriedade de visibilidade para o sub-relatório desejado, que deve ser colocado acima do outro.
Leia mais
08 de janeiro de 2020
#.NET #.NET #FastReport #FastReport
How to draw a chart based on custom variables
An important part of the report is a graphical component, namely graphs and charts. They allow you to quickly analyse the data to assess the trend of growth or fall, or just quickly read information. That is how human perception works, that the graphic information is received more quickly. Therefore, on the road signs, you can see the images that are immediately understood and interpreted by the brain immediately.
Leia mais
08 de janeiro de 2020
#.NET #.NET #FastReport #FastReport #Report #Report
Making the same report pages with different headers
Different headers on the identical report pages in FastReport .NET.
Leia mais
08 de janeiro de 2020
#.NET #.NET #FastReport #FastReport
How to export several reports into one PDF file
To get a single PDF file based on multiple reports in FastReport.Net, forming from the code of the user application. You need to load a single object and build several reports sequentially.
Leia mais
08 de janeiro de 2020
#.NET #.NET #FastReport #FastReport
How to make custom ToolBar in report preview
In this article, we will tell you how to remove unnecessary buttons and add your “features” to the FastReport.Net toolbar. The developers have provided the ability to create their own preview mode.
Leia mais
15 de dezembro de 2019
#.NET #FastReport #Connection #JSON #.NET #FastReport #Connection #JSON
How to create the connection to JSON database from the application code
Most reports display some data. Typically, this data is obtained from databases. Therefore, the report has a connection to the data source in order to have a list of available tables and fields, as well as the data itself. But what if at the time of writing the report, you only had a local database that you created a connection to inside the report. Then the report will not work properly. We need a valid connection. There are two ways out of this situation: use a data source from a user program, or replace the connection line in the report.
Leia mais
16 de novembro de 2019
#.NET #FastReport #Connection #Data Source #.NET #FastReport #Connection #Data Source
How to connect to MongoDB from the FastReport.Net report
In order to get FastReport.MongoDB.dll you need to assemble the library of the plug-in connector for the database for the report designer, restore the NuGet packages. You can find out how to do it here.
Leia mais
16 de novembro de 2019
#.NET #FastReport #Filtering #.NET #FastReport #Filtering
How to filter data by date in the report using the dialogue form
As a rule, controls are placed on dialog forms, with the help of which values ​​are set for further filtering. Often they are connected to the data source using the DataColumn property.
Leia mais

© 1998-2025 Fast Reports Inc.