How to Use Image Control????
Posted: Sat Sep 27, 2008 5:49 am
How to use Image control in the report ???
How to use Image control with SQL SERVER 2005?
Thanks
How to use Image control with SQL SERVER 2005?
Thanks
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/
Image control has a Control property. This property represents a standard Windows Forms PictureBox with appropriate an Image property. This property can be assigned as follows:How to use Image control with SQL SERVER 2005?
Code: Select all
PictureBox1.Control.Image = StiImageHelper.GetImageFromObject(MyDataSource.MyDataColumn);