October 13, 2019
#.NET
#.NET
#FastReport
#FastReport
How to make a repeating band
Output the same information - for business cards, invoices, invitations, etc.
Read more
October 13, 2019
#FastReport
#ASP.NET
#Core
#PHP
How to use FastReport reports in PHP application. Part 1.
FastReport .NET was created specially for the .net platform. Accordingly, web reports work with ASP.Net and ASP.Net Core technologies.
Read more
October 13, 2019
#FastReport
#FastReport
#ASP.NET
#ASP.NET
#MVC
#MVC
#Core
#Core
How to make a web report authentication
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.
Read more
October 13, 2019
#FastReport
#ASP.NET
#Core
#PHP
How to use FastReport reports in a PHP application. Part 2.
In 2 parts, we export the report to the pdf / html format of the PHP application. To let the user know which report can be downloaded using the list retrieval method.
Read more
October 13, 2019
#.NET
#FastReport
#Designer
Easter eggs in the designer FastReport .NET
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!
Read more
September 04, 2019
#.NET
#FastReport
#.NET
#FastReport
How to make a report like Drill-Down
Data analysis requires reports with a drop-down list. Using data grouping, but with the ability to hide or display data by mouse click. This is not only very convenient, but also beautiful.
Read more
September 04, 2019
#.NET
#FastReport
#.NET
#FastReport
How to make a report like Master-Detail
The essence of a Master-Detail report is a one-to-many relationship between data entities. That is, one record in the main table corresponds to several in the subordinate table.
Read more
September 03, 2019
#.NET
#FastReport
#Data Source
#Plugin
#.NET
#FastReport
#Data Source
#Plugin
How to use Plugin Manager
FastReport .NET provides a plug-in manager application. It allows you to select the ones you need to connect before starting the report designer. After all, restarting after adding the plugin is not convenient.
Read more