Tuesday, May 7, 2013

How to display varbinary(max) that contains byte[] in SSRS report

I have a field in the SQL server named Data with a datatype of varbinary(max). It contains array of bytes (byte[]). How will I display the byte[] into multiple rows in SSRS report?


Thank you :)


No comments:

Post a Comment