Hi,
I'm developing reports on StandAlone Report designer. The report consists to get all users from DB and show them in a list. I read how to create custom functions in order to transform users images that is as string64 in DB to Image in PictureBox. In this case, it's work very well.
So, then i decided to test on my Silverlight application. Configure web.config on my project as well but it didn't work. I follow this example
this example in this same report and it works fine but the images does not show.
What i'm doing wrong?