Bind picture from computer
Hi. I'm developing a registration form, in which it will display a person's data and will have a band that will loop through the database to list some additional data.
In this band, there will be a photo, but this photo is not stored in the database but on the server.
How can I pass a list of images to be related to each record of a band?
Thanks.
Comments
Here is my report layout.
The loop is in "DEPENDENTES DO SÓCIO" and I need to set a picture for each row, but this picture is not in database.
Is there any way to assign this picture from C# code?