Hello all, :)
directly here is the issue:
a "OpenFileDialog" is made to choose a picture and then inserted into a rdlc report.
so i need the exact command to access any picturebox in the rdlc report.

i used to do the job under VB6 as the following:

Set ReportName.Sections("SectionName").Controls("Image2").Picture = LoadPicture(fileName)

Thanks in advance,

i want to add something here,
i could manage to add the image to the database as a byte array, would that give any help doing the job?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.