This works with a PrintDocument. e.Graphics.DrawImage(Image.FromFile(ProjectIDSelection.ProjectImagePath), 100, 200, 300, 225) ' e.Graphics.VisibleClipBounds) where ProjectIDSelection.ProjectImagePath is a variable containing the path.
I would like to do this with Crystal Reports. |