Hi all,
I am creating a electronic report with an excel format. I have created a logo field in the excel as well.
Below are the steps that I did:
1) Created a container element in the model of my ER for the company logo.
2) Developed a method which returns the company logo in bitMap format from company image table and mapped the container logo model element with the method in model mapping
3 Binded the excel cell where the image should be loaded to the model element in format mapping.
After this once I run the report, in the excel cell where the Logo model element is mapped, I am not getting the logo image. Instead, I am getting a string "System.bytes[]"
Can anyone please advice what I am missing here? Thanks in advance.