Forum Discussion

SQLJiim's avatar
SQLJiim
New Member
1 year ago
Solved

Paginated Report Image Display Error

     I am trying to display an image from the AdventureWorksDW database on a paginated report and all I get is a box with a little red 'x' in it.   The image is in a varbinary(max) column.

    My query is simple:  SELECT FirstName, LastName, EmployeePhoto  FROM [dbo].[DimEmployee]

    My image properties are as follows:

 

I have tried all of the different mime types, but same result.  What am I doing wrong?   

 

SQLJim

 

1 Reply