Solution : In report design view, create a required table with a data source connection and a dataset with a field that contains binary image data. For more information, see . Insert a column in your table. On the Insert menu, click Image , and then click in the data row of the new column. On the General page of the Image Properties dialog box, type a name in the Name text box or accept the default. In Select the image source , select Database . In the Image Properties dialog box, click the expression ( fx ) button. Add following line in expression = System.Text.Encoding.Default.GetBytes(Mid(System.Text.Encoding.Default.GetString(Fields!IMAGE.Value),8)) In Use this MIME type , select the MIME type, or file format, of the image—for example, bmp. Click OK.