I am currently working on a project that the user can upload images to the program's specific save folder. Which is created by the program and I want to add these unknown amount of images to the report. I did not use database for this project and I want to stay out of it. How can I do this?
This is my first time doing such a thing and using RDLC report so I am new to it. I know if I were to inclued DB for this it would be easier to manage.