Hai Friends,
I have created one query based report in that i want to print company logo through display methods i have tried below codes but those are not working,,,pls help on the code for display method for Company logo
display bitmap companylogo()
{ Bitmap companyLogo()
CompanyInfo companyInfo = CompanyInfo::find()
returnCompanyImage::findByRecord(companyInfo).Image;}
.................................
display Bitmap companyLogo()
{
return FormLetter::companyLogo();
}
Thanks in advance
Regards,
Pawan