Hello,
please, would you be so kind to help me with creating report with bitmaps.
I have name of bitmap file in one of MDB database column and I need to display (and print) in report. I tried to use Crystal Report, but without success.
Thank for any answer
Sincerely Miroslav Knapek

Report with bitmaps
CathyP
Pringy
panther_SLO
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.