Microsoft Dynamics AX Solutions
Interview Questions
Home
Interview Questions
Thursday, February 2, 2017
How to add company logo in morphx report through code
display Bitmap companyLogo()
{
CompanyInfo companyInfo = CompanyInfo::find();
;
return CompanyImage::find(companyInfo.DataAreaId, companyInfo.TableId, companyInfo.RecId).Image;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment