September 04, 2019
#.NET
#.NET
#FastReport
#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
#.NET
#FastReport
#FastReport
#Data Source
#Data Source
#Plugin
#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
September 02, 2019
#.NET
#.NET
#FastReport
#FastReport
#Designer
#Designer
#SQL
#SQL
How to use SQL queries when creating an internal report data source in FastReport .NET report designer
To select report data, you are connected to SQL. Source tools include parameters in the request; it depends on the DBMS. For MS SQL, this is the @ prefix, and for Access, the "?" Character.
Read more
August 15, 2019
#VCL
#VCL
#FastReport
#FastReport
#Converter
#Converter
#QuickReport
#QuickReport
#ReportBuilder
#ReportBuilder
#Delphi
#Delphi
Conversion to .fr3 from QuickReport and ReportBuilder
Batch conversion to FastReport VCL (from QuickReport or ReportBuilder)
Read more
July 30, 2019
#.NET
#FastReport
#SVG
#Script
Vector graphics in FastReport .NET 2019.4. Script
Let's take a closer look at vector graphics scripting. Find more useful tips and articles in our blog.
Read more
July 29, 2019
#.NET
#.NET
#FastReport
#FastReport
#SVG
#SVG
Vector graphics in FastReport .NET 2019.4
FastReport .NET 2019-Bezier curves finally appeared – which means vector graphics. Now the Polygon section has appeared on the Home tab, where we can create polygons and change the curvature of the segment.
Read more
July 29, 2019
#.NET
#FastReport
#WebReport
#Knockout
How to use WebReport in the Knockout.js application
Read more
June 30, 2019
#.NET
#FastReport
#Core
#Vue
How to use FastRerport.Core in Vue.js application
Read more