Hi.I wanna load a picture into background of my report.
i know that i can do with backpicture property of report. but i wanna load picture from a database and load into report.
i try with this code but i get AV Exeption.
procedure TDmFastReport.FRxreportAfterPrint(Sender: TfrxReportComponent);
begin
TfrxReportPage(sendeR).BackPicture.LoadFromFile('f:\Test.jpg');
end;
thanks.