How is rendering add Image in runtime
Posted: Tue Aug 01, 2006 12:36 am
Hi hi hi ,
How is add image from image List in Runtime?
Regards,
KMarimuthu.
How is add image from image List in Runtime?
Regards,
KMarimuthu.
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/
Code: Select all
public class Data
{
public static ImageList ImageList
{
get
{
return imageList;
}
}
}