Hello,
I am using Stimulsoft with my WPF application. Right now i have to place all images from my C# list to blank stimulsoft report page. I tried to look for sample code everywhere in Google but didn't find anything which tells me how to iterate thru list of images and display them on stipage.
Please help me out ... Appreciate your help...
Thank you,
Load list of Images runtime C#
Re: Load list of Images runtime C#
Hello,
As a way you can place the DataBand component with Image component and in BeforePrint event try to load your images.
Thank you.
As a way you can place the DataBand component with Image component and in BeforePrint event try to load your images.
Thank you.