Base64 image doesn't display on Render PDF from RDLC report

后端 未结 3 894
情话喂你
情话喂你 2021-01-11 12:03

I\'m trying to display image(base64 string) using parameter(@CustomerSign) in RDLC report (I\'m rendering PDF file from report and I\'m seeing PDF file)

3条回答
  •  萌比男神i
    2021-01-11 13:01

    Support for images is pretty limited, this MSDN article discusses what you can do.

    Seems somewhat obvious from the question that embedding them in the report is not an option. But you can specify an external dbase as a source. Beware the EnableExternalImages property you have to set, as documented by the MSDN article. Seems the way to go, the question is not detailed enough, you might have to provide a suitable table with the desired image in your code.

提交回复
热议问题