Hi, ive had some experience working with SQL server and reporting services for standard data types however i am now trying to develop a report that contains binary data.
Example - i have a table with approximately 5 fields and the last field is a binary data field that contains a pdf inside it.
I want to have a report that shows the first 4 columns and a fifth that when clicked will open the pdf.. is this possible?
or do i need to do it all in asp.net and use datagrids and the like...
Thanks.