Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using rdlc for reporting in Asp.net(C#). I stuck ,when i displaying image in report,because i have url of image which save in azure database,with extension
https://sdeiblob.blob.core.windows.net/******/image.jpeg,
i am using Image Controller ,
Where i select source > database >and field expression >First(Fields!MainCompanyImage.Value, "StatisticsByProvider")
> and MINE type:image/jpeg

but the image is not showing, I trying every thing ,please help me
Thanks in advance
Posted
Updated 30-Aug-13 4:11am
v2

1 solution

 
Share this answer
 
Comments
sam joes 31-Aug-13 1:00am    
But this is for a single image which passed by report parameter .but i got image in a single object (report data Source),that time how i pass Report parameter.......
Mahesh Bailwal 31-Aug-13 4:21am    
You need to get value from data source and assign it to report parameter.
Member 13437936 11-Oct-17 5:38am    
If you are using external images just add file:\ in the path of you image. Like .@"file:\" + the path where your image came from. Im using @ sign bcoz i develop my program in c#.

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