Image not displaying in RDLC when project hosted on server system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mvijayrkumar
    New Member
    • Jan 2009
    • 3

    Image not displaying in RDLC when project hosted on server system

    Hi to all....

    Guys pls help me.....

    I have an image issue in RLDC while hosting my project on server.The image displays or works fine with the local system.But when hosted on server,both the images(One coming from DataSet and another from my project image folder) not displaying.

    Both images are having Type property External and the Values are given correspondingly .ie The One coming from Image Folder;using the Report Parameter ,the other from Dataset,using the Dataset(xsd),Da tatable.

    it has been 1 month im with this issue,tried a lot..but image not displaying while hosted on server..

    What could be the issue....

    Guys can u pls help me to solve this issue....
  • uogen
    New Member
    • Jan 2009
    • 18

    #2
    hi,
    if you use c#2005 put the picture file outside the application data and write the path of imag in the image properties(imag url),this problem happend with me and i solve it by this way
    Regard ,
    uogen

    Comment

    • mvijayrkumar
      New Member
      • Jan 2009
      • 3

      #3
      Hi uogen...

      Thanks for the reply...
      But the thing is that there is no imageUrl property for RDLC image control.... Hope u know the issue is related to Reports generation and url is given by Value property....Kin dly check my first post ie External property...We can assign the path directly using Embedded property...But not the case for External.... can u pls check it once more and find the solution......i ts urgent..

      Regards

      Comment

      • mvijayrkumar
        New Member
        • Jan 2009
        • 3

        #4
        RDLC External Image issue

        Hii uogen...

        Thanks for the reply...
        But the thing is that there is no imageUrl property for RDLC image control.... Hope u know the issue is related to Reports generation and url is given by Value property....Kin dly check my first post ie External property...We can assign the path directly using Embedded property...But not the case for External.... can u pls check it once more and find the solution......i ts urgent..

        Comment

        Working...