Hi Guys,
I wanted to display footer image dynamically on RDLC report.
I have a scenario where i have multiple records with multiple header and footer logo/image.
When user uses post & print functionality to post multiple invoices then based on country code report should pick different header and footer images.
I tried using get and set function for picture but it is not changing the image based on country code.
My other footer values which i am displaying in text is working fine and it is getting changed as per different country code but images are not.
Is there any possibility that i can display image dynamically ?
I am using Database as image source.
Please guys help me out with this issue...
Regards,
rksaurabh
0
Comments
The issue is solved now.
While using get and set function to get the picture the text box where setfunction suppose to call should exactly be located above the Image box .
rksaurabh