How to use Image control in the report ???
How to use Image control with SQL SERVER 2005?
Thanks
How to Use Image Control????
How to Use Image Control????
Hello.
The image component (in the page) has a DataColumn property. Using this property you can specify DataColumn which contains an image data.
Thank you.
The image component (in the page) has a DataColumn property. Using this property you can specify DataColumn which contains an image data.
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);