I am currently making a report that has images in the table, I have added a row where I merged all the cells together to house the PictureBox. I have selected ScaleProportional because we want to maintain the aspect ratio, however the image always appears centered. We want to have the image left justified but I can't make that happen. In the reports constructor I tried adding
but it didn't do anything. Is this even possible to do?
pictureBox1.Docking = DockingStyle.Left;
but it didn't do anything. Is this even possible to do?