Load images from database

I want to load images into picture box from datafields (binary data). Is it possible to connect pocturebox into field?
If no, i need to do it manually.

So my plan is, that into every pictureBox property with name TAG i will put name of field.
Than I will in C# code in myproject (no in report) will manually load images from binarydata (byte[]) field into images in report.

But i have trouble to get list of picture boxes on report from C# code.
I was found a Report.FindObject() but if I dont know name?
How can I get a list of all controls on report please?

If I can do that, so I can go one by one and check, if its picture box, than i can check his TAG and than i can load binary data whatI need (if I know tag name).

Thanks.

Comments

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.