2 DataBands referencing one TableDataSource (results in 2 database queries)
I have 2 DataBands that reference the same TableDataSource. When generating the report, the table initialization happens twice (meaning the PostgreSQL database query is executed twice). Is there a way to avoid the second initialization of the TableDataSource?
I am using FastReport Designer version 2024.1.10 (and also have the option to edit the report in FastReport Online Designer version 2025.2.3).