I have 2 ClientDataSet
Master and Detail and I use FastReport to print the report
the problem is FatReport print only Records with details
I have some Master record doesn't have details and I still want to show them in report
So how can I print every record in Master ClientDataSet
even when the detail ClientDataSet
is empty?
There is a property PrintIfDetailEmpty
in MasterData. It is false by default. Try to set it to true.