Problems with ReportViewer, an Image and TextBox

Last post 07-06-2009 4:06 PM by ClaCS. 3 replies.

Sort Posts:

  • Problems with ReportViewer, an Image and TextBox

    07-05-2009, 8:39 AM
    • Member
      point Member
    • ClaCS
    • Member since 07-03-2009, 1:05 PM
    • Posts 11

    Hi!

    I have 2 problems with ReportViewer...

    1. I put a embedded Image inside a report. The Image is shown in the design view of the report but when I run the project, in the browser the image doesn't show (It is shown like a white box with red X)...why??

    2. Then, I put a TextBox inside the report. This textbox will show the hour of the system. I have used the expression: =Now().toShortTime, but the hour doesn't shows AM or PM. I want to the textbox shows the hour with AM or PM. Is correct the expression? or What is the correct expression?

    Regards :)

  • Re: Problems with ReportViewer, an Image and TextBox

    07-06-2009, 4:39 AM

     For time problem use Now().ToShortTimeString() instead of Now().ToShortTime

    Then for the image issue i want to know how you load the image into the report?

     

  • Re: Problems with ReportViewer, an Image and TextBox

    07-06-2009, 5:11 AM
    • All-Star
      89,116 point All-Star
    • vinz
    • Member since 10-05-2007, 11:47 AM
    • Cebu, Philippines
    • Posts 13,508
    • TrustedFriends-MVPs

    ClaCS:
    I have 2 problems with ReportViewer...

    Hi,

    This site has a forum section that's exclusively discusses about SSRS, RDLC, ReportViewer Control, etc. So I would suggest you to post your issues at the following link below to get more help from the experts there..

    http://forums.asp.net/191.aspx

    Good Luck!

    Regards, Vinz
    SDE |Microsoft MVP - ASP/ASP.NET


    ~Currently looking for an overseas job opportunity~
  • Re: Problems with ReportViewer, an Image and TextBox

    07-06-2009, 4:06 PM
    • Member
      point Member
    • ClaCS
    • Member since 07-03-2009, 1:05 PM
    • Posts 11

    The image is an embedded image

    Report > Embedded Images. Click on: New Image (name=myImage)

    and the value property for the image is the name of the embedded image = myImage

    Is it a bug of the reportViewer??

    Regards

Page 1 of 1 (4 items)