How to show JPG from Parameter
Hello,
I will show a jpg and have the Filename stored in a Parameter.
How to do this with FR?
Regards, Frank
OK, I have found how to do this.
Picture1.Image=Image.FromFile(((String)Report.GetParameterValue("BILD_1")));
Frank
I will show a jpg and have the Filename stored in a Parameter.
How to do this with FR?
Regards, Frank
OK, I have found how to do this.
Picture1.Image=Image.FromFile(((String)Report.GetParameterValue("BILD_1")));
Frank