How to Show Image or Picture in Report in D365 BC from Table Field

Show Image or Picture in Report in D365 BC:

For display image in RDLC report in D365 Business Central, following steps should be followed:

(1) Field in the table must have datatype “blob”.

(2) Set field property “SubType” = Bitmap.

(3) Let’s open the company information table in design mode and check the nature of the Picture field, as shown in fig.

open the company information table in design mode and check the nature of the Picture field in business central

(4) After following or checking the above steps, go to the report design and write the code, as shown.

go to the report design and write code in al

(5) And open the report in “Rdlc mode” and print the image as shown below.

open the report in Rdlc mode and print the image in business central
report design editor in dynamics 365

(6) After doing the above steps, save and publish the object and see the result as shown below-

How to Show Image or Picture in Report in D365 BC from Table Field

How to use CASE statement in D365 BC
How to use FOR-TO loop statement in Microsoft D365
Create Export to Excel Report in Business Central
Usage of Keys in Business Central
How to add or show new field in existing Page in D365 BC
Page Extension Object– Microsoft Docs

Leave a Reply