I have a RDLC report form with 3 images aligned horizontally. The images in my report need to fit in the picturebox proportionally, but also need to be centered. The problem is not related to the image position according to the report..it's about the PictureBox
contents, when they are proportional, it's aligned top left in the PictureBox.
I've looked around and haven't found a way to do this. From what I understand, SizeMode set to center will cut off the image edges instead of fitting proportionally.
Any ideas?
Thanks! ~Gone2TheDogs