Place a textbox over an image in Microsoft Reports

2.2k Views Asked by At

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:

  1. ReportViewer designer in Visual Studio enter image description here

  2. ReportViewer in a form (Notice the textbox value, number 4, on the right) enter image description here

  3. PDF export enter image description here

Why is the textbox misalligned in the ReportViewer and how can I fix it?

1

There are 1 best solutions below

0
On

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.