Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to display image from database in my SSRS report. The report has two datasets. For all text boxes etc. I have added value expression as below:
VB
=First(Fields!Branding4Tx.Value, "dsPrintOData_tblProdOrders")

But when I do this in the value field of image box, it return an error.
VB
=Fields!ProdImage1.Value, "dsPrintOData_tblProdOrders"

If I just put
VB
=Fields!ProdImage1.Value

it does not return error but does not display any image too.
Please advise.
Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900