or
Hello everybody...
I have created a report and i need to display images. This images are in db. On the design of my report I put this code:
this.pictureBox3.Value = "=Fields.Front";
When I run my report from a Windows Form , I get the "Parameter is not valid" exception.
Please, if someone has an idea, tell me what must I do...
Thanks...