Hello awesome community! I'm new to AX development and I'm having a trouble in showing company's logo on an SSRS report using DP class.
I have done a logo using "Paint" and inserted it using legal entities form in a company called Contoso Retail (GLRT), so I can test if I can retrieve it in the report. But unfortunately it's not showing.
I used this simple code:
FormLetter::CompanyLogo();
and I inserted an "image" in the "precisionDesign" in VisualStudio, and used this expression for the image object:
First=(Fields!Bitmap.value, "Dataset1")
Please, how can I show a logo in an SSRS report using DP class?
Appreciated and thanks in advance!