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 :)