Image from URL
Posted: Fri Jun 23, 2006 4:40 am
In field of table stored url to images. What properties can i use to show images with this urls in report?
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Yes, you can load image from url in BeforePrintEvent:Alex wrote: Can i load image from url from BeforePrintEvent?
Code: Select all
Image1.Image = Stimulsoft.Base.Drawing.StiImageFromURL.LoadBitmap("http://www.domain.com/bitmap.gif");