This is the final part of our comparative study of the two known report generators - Microsoft SQL Server Reporting Services and FastReport .NET. We have already examined functional capabilities, supported technologies, report objects and supported report export formats of them. To complete the study, it is worth introducing performance measurements.
For testing, take a simple report with a list of thousands of lines. For the purity of the experiment, we use the same data source in both report generators. The essence of the test is to generate a report and export it to three most popular formats: PDF, XLS, DOCX. Here we measure the export time in milliseconds.
Performance test (1000 rows)
...