This is the code that I tried using, in order to access an extra table on my quickreport's details band, unfortunately I just can't access the "ExtraTable" fields.
procedure TBankRecReport.QuickRepBeforePrint(Sender: TCustomQuickRep;
var PrintReport: Boolean);
begin
BankReport.AllDatasets.Add(ExtraTable);
end;
end.