Frx Loading background Picture
Using Fastreport FMX trying to load bitmap into background picture but will not work. Here is the code:
var
Page1: TfrxReportPage;
.
.
Page1 := MyReport.Pages[1] as TfrxReportPage;
page1.BackPicture.LoadFromFile('C:\MyPictures\Pictures\BAckground.bmp');
MyReport.ShowReport(true);
Does not work. Any suggestions would be appreciated
var
Page1: TfrxReportPage;
.
.
Page1 := MyReport.Pages[1] as TfrxReportPage;
page1.BackPicture.LoadFromFile('C:\MyPictures\Pictures\BAckground.bmp');
MyReport.ShowReport(true);
Does not work. Any suggestions would be appreciated