Hello,
I am currently working on a report where I want to display the image on to the report in picture box. When I try to do the same on Standalone Report Designer, it works like charm and no issue arise at all, but when I use the same thing into the Visual Studio I am getting this Generic GDI+ error. I'm getting the value using expression "=Fields.OrganizationCompanyLogo". I can't give a path to get the picture because the logo varies on type of user's report so it has to be dynamically allocated.
I am not sure what is it I am doing wrong or there something like can't be done in VS. I'm not a .NET programmer so I can't do that programmatically. Any help would be appreciated.
Regards, Asim
I am currently working on a report where I want to display the image on to the report in picture box. When I try to do the same on Standalone Report Designer, it works like charm and no issue arise at all, but when I use the same thing into the Visual Studio I am getting this Generic GDI+ error. I'm getting the value using expression "=Fields.OrganizationCompanyLogo". I can't give a path to get the picture because the logo varies on type of user's report so it has to be dynamically allocated.
I am not sure what is it I am doing wrong or there something like can't be done in VS. I'm not a .NET programmer so I can't do that programmatically. Any help would be appreciated.
Regards, Asim