raha2
raha2

Reputation: 1

How to show image in stimulsoft

I store image path in database and use BeforePrintEvent event to show image in stimulsoft report and specify following code in the event:

Image2.Image = Image.FromFile(my Procedure Name.path column name);

My problem:

There are many text box and an image in my report. my store procedure return many row and every row information show correctly in every report but first row path column in query show in image for every report.(image control in all reports show one image while it show differnt image) my query return different path for every row.

How can I resolve it?

Upvotes: 0

Views: 2958

Answers (1)

HighAley
HighAley

Reputation: 1329

Which Stimulsoft product do you use? It's necessary to see your report to help you.

You don't need to use BeforePrint event. You could just set the Data Column property of the Image.

Upvotes: 1

Related Questions