I have two reports I'm redoing. The first has basic info, and the second has the exact same thing plus some more information.
Both are made using FastReport and master/detail with TSqlQuery and TClientDataset.
The first has 3 details and the second has 5.
Is there a way to make only one report document and disable the details dynamically?
Obs: I can't load the TClientDataset and then hide the elements on the first report because the query takes a long time to run: about 30 seconds to load the first report and about 10 minutes for the second one.