Hello,
I have be at this for hours trying to figure out why the picturebox (in image placed at runtime) will not push over the textbox to the right of it on one of my reports. I have numerous reports with company logo in the left hand corner with their address in a textbox set in the page header right to the right of it and they all seem to work with the exception of this one report.
I tried everything I can think of short of building the report over from scratch.
The picturebox is Achored to the Top/Left and it's Sizing set to "AutoSize", Docking = "None"
The text box has Achoring & Docking set to "None", CanGrow = True, CanShrink = False.
I have compared with other reports with apparently identical setup that work and still the Address textbox will not move.
I have messed with the Z-order which didn't make any diff (since I can't see what it is on other reports that work)..
If I bring the textbox to the TOP It will print the address on top of the logo, If I send it to BACK then the Logo just hides the Address.
PLEASE let me know what I am missing.
Thank you