locked
view SQL server database binary image to rdlc report viewer RRS feed

  • Question

  • User-1921492365 posted

    Hi friends

    i am using Asp.net 4.0 and SQL server 2008 r2

    i want display database binary image to reportviewer

    Many ways i checked but i cant.

    In the report viewer panel no images displayed, but in the report preview panel works fine. why ?

    Please anyone help me and give simple example

    Thanks in advance

    Lemudhas

    Software Engineer

    Sunday, February 16, 2014 5:14 AM

Answers

  • User1140095199 posted

    Hi,

    To display the Images in the Report. Drag and drop a Image control from the toolbox into the Report Body and set the following properties:

    For more information follow the links :

    http://msdn.microsoft.com/en-us/library/ms251715(v=vs.90).aspx

    http://msdn.microsoft.com/en-us/library/ms156482.aspx

    In the report viewer panel no images displayed, but in the report preview panel works fine. why ?

    I think this might be occuring due to improper or unspecified MIME type. Refer to the above picture and specify the correct MIME type eg: image/bmp , image/jpg.

    Hope it helps!

    Best Regards!

     

     

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, February 17, 2014 1:17 AM