Image from filepath

Stimulsoft Reports.NET discussion
Post Reply
magicang
Posts: 9
Joined: Tue Jun 27, 2006 10:21 pm

Image from filepath

Post by magicang »

Hi there ,

How can i load a image from a filepath on the beforeprint event ?

TQ
:grinder:
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Image from filepath

Post by Edward »

magicang wrote:Hi there ,
How can i load a image from a filepath on the beforeprint event ?
TQ
:grinder:
You should use following code:

Code: Select all

Image1.Image = Image.FromFile("Image1.gif");
Thanks!
Post Reply