Reputation: 1
Actually I am new in SSRS(SQL Server Reporting Service). I have to display signature image in SSRS Image Control.The signature image is stored in nvarchar datatype.If you required in other information then ask me.
Thanks in advance.
Danish
Upvotes: 0
Views: 1728
Reputation: 12375
SSRS Image Control displays string image data fine, with no extra settings.
Just Drag an Image control in the Report and in Image Properties
General
tab,
choose Select the image source:
as Database
and select the appropriate field in the Use this field:
option. i.e the db field which holds the image data.
and select proper MIME in Use this MIME type:
. Though any of them should work for you.
Upvotes: 1