I want to place a textbox over a non-background image in an rdlc report (Microsoft Reports C# .Net). I do it in my designer and everything looks great. I export a pdf from the ReportViewer object and it looks great. But when I show the ReportViewer object in a form, I get a misalligned textbox. It doesn't stay over the image, but gets alligned on the right of the image. I am posting screenshots:
ReportViewer designer in Visual Studio
ReportViewer in a form (Notice the textbox value, number 4, on the right)
PDF export
Why is the textbox misalligned in the ReportViewer and how can I fix it?
Reportviewer renders using html that doesn't allow for overlapping objects that's why it looks right in a pdf but not on the reportviewer itself.