Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Solution:
- Go to the image control and find Properties.
- Find the property "Use this MIME type"
- Write an expression to change the MIME type to a MIME type that is supported by SSRS ex:
IIf(First(Fields!MIME_TYPE.Value, "DataSetImage") = "image/pjpeg", "image/jpeg", First(Fields!MIME_TYPE.Value, "DataSetImage")).