CrystalReports.NET - varbinary blob

Posted by BhejaFry on Stack Overflow See other posts from Stack Overflow or by BhejaFry
Published on 2010-05-21T21:23:12Z Indexed on 2010/05/22 1:40 UTC
Read the original article Hit count: 535

Filed under:
|
|

Hi folks,

what's the proper way to display an image stored in sqlserver database as an varbinary(max) datatype in CrystalReports for .NET?

I have added a 'blobfieldobject' item in crystal reports & it is bound to a datatable with the column of type 'varbinary(max)' but the image won't show up instead a dark background is diplayed.

TIA

© Stack Overflow or respective owner

Related posts about crystal-reports

Related posts about .NET