Options

Images in RDLC Report

companycompany Member Posts: 89
edited 2013-05-03 in NAV Three Tier
Hi All,

I have a requirement to print Item wise images in a report. The image should print in the body against the item.

Any thoughts on this please.

Regards
Vijay

Comments

  • Options
    ChinmoyChinmoy Member Posts: 359
    Put an image box in the body table and point it to the Picture field from the Item table.
  • Options
    companycompany Member Posts: 89
    Hi,

    I have added an image box in the body table and assigned the image properties as like logo in the header part.

    Find below the image properties:

    image source : Database
    expression : Convert.ToBase64String(Fields!ItemPicture.Value)
    MIME type : image/bmp

    Visibility : iif(IsNothing(Fields!ItemPicture.Value) = true,true,false)

    But still it does not work.

    Regards
    Vijay
  • Options
    ChinmoyChinmoy Member Posts: 359
    Do you get "image properties" when you right-click on the column in the RDLC report layout? I think you should not get the option "Expression", if it is a image box. Check if it is really an image box.
  • Options
    companycompany Member Posts: 89
    Hi,

    The properties I have given in the previous post are applied on the image box.

    Regards
    Vijay
  • Options
    ChinmoyChinmoy Member Posts: 359
    My report is showing the Item Picture. See attached properties of the report field.

Sign In or Register to comment.