November 11, 2019
#.NET
#.NET
#FastReport
#FastReport
#Connection
#Connection
#Data Source
#Data Source
How to connect to RavenDB
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-oriented database, like the popular MongoDB. But compared to the last, RavenDB is an open source database. This means you can use it in your apps for free and add functionality according to your wish.
Read more
November 11, 2019
#.NET
#FastReport
#Connection
#Data Source
#SQL
#Plugin
#.NET
#FastReport
#Connection
#Data Source
#SQL
#Plugin
How to connect to SQLCe
To connect to the SQL Ce database, the FastReport .NET has a plug-in connector for the reporting designer.
Read more
November 11, 2019
#.NET
#FastReport
#Connection
#Data Source
Connection to NosDB (NoSQL)
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 the report with a plug-in for the designer.
Read more
October 14, 2019
#.NET
#.NET
#Export
#Export
#FastReport
#FastReport
#Excel
#Excel
How to display report pages on separate sheets in Excel
Until recently, the export of multi-page reports in Excel format was done on one sheet.
Read more
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
#Designer
#FastReport
#.NET
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 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 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