setting list of images

Stimulsoft Reports.WPF discussion
Post Reply
sri
Posts: 10
Joined: Thu Aug 16, 2012 5:23 pm

setting list of images

Post by sri »

Currently we show list of images in a image object. I use following

RegData("OverlayImages", analysisdata.OverlayImages);
where OverlayImages is a List<Image>.

We're getting out of memory exception when we load more than 10 images. So, we plan to save these images on files and give the file pointer to the tool. How can i do this? Hope this will solve our memory problems.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: setting list of images

Post by Alex K. »

Hello,

Please check the last prerelease build.
If the issue is still present, please send us a sample project for analysis.

Thank you.
sri
Posts: 10
Joined: Thu Aug 16, 2012 5:23 pm

Re: setting list of images

Post by sri »

You did not get my question.
I'm asking how to do it and I'm not pointing out any mistake in the tool.

Let me try to put it in simple words.

I have list of images saved to a folder and I want to display all of them (sequence of graphs) in a image control. How do I do that? Based on the report, the images changes. means they are not fixed i.e file names are also not fixed. How to do this?

UPDATE: I think I got the solution. I just add images (stiimage) dynamically to the page( stipage).
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: setting list of images

Post by HighAley »

Hello.

Good. Let us know if you will have any additional questions.

Thank you.
Post Reply