I have an SSRS report with an Image. I've added 2 text boxes on top of that image. When I test the report in Visual Studio or deploy to an SSRS portal, the TEXT does not display. If I export to PDF, it does.
I don't think it makes any difference but the image is largely blue and the text is white.
I tried selecting the image and Send to Back or the text boxes and Bring to Front. I added a rectangle placed the text boxes in it and moved that onto the image. One suggestion I found said that the text boxes have to be added after the image so I added a new text box with text in it. Again that doesn't display but does print.
Instead of using an Image control, I made the image the background of the rectangle that contains all the controls in question. The text then displays but the issue is that the graphic I have is not sized appropriately so the lack of ability to scale means I only see part of it. I did try resizing the graphic externally but the software I have is only Paint and that doesn't allow precise enough resizing to fill the front page as cleanly as I'd like.
Some of the things I've tried as described above are ones I found in Stackoverflow but even those answers were qualified that they don't always work and they haven't for me.
So I can make it work by using the graphic as a fill but if someone knows how, I'd prefer to use an image object with text over the top.
