c# - show images from database in rdlc report -


i trying show photo of each person associated in rdlc report. tried using image , setting source database.

but, not working. have stored image in sqlite database in blob format. how can achieve that?

  1. in *.rdlc [design] remove textbox column want show image , insert image control toolbox.

  2. when drag image cell, image properties dialog appears. choose database select image source , select proper field , mime type.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -