Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody,
I am storing image path in my database (Sql Server), when i am creating report (RDLC), then i want to use this image as a logo in my report.
So i created a store procedure, who is returning me the path value of image, then in report i drag a image control and set his property value to the tableAdapter's field.
e.s.

image1.Value = First(Fields!HtlLogo.Value, "PrintVoucher_PrintConfirmation").
But it is enable to show image. How i can solve this problem, tell me if anybody have any solution.

Thanks in advance.
Regard.
dEV kASHYAP
Posted
Updated 10-Mar-12 1:22am
v3

1 solution

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