Hi all,
I'm creating an SSRS report in AX 2012 R2. One of the requirement is to display an image in the report.
I'm trying to use Image class in the data provider class, so I wrote something like this:
Image image;
image = new Image();
When I preview the report in visual studio, I always getting an error. But when I erase the image code, I can preview my report without getting any error.
My question is how to load an image in data provider class? Can't I use Image class in the data provider? and why am I always getting an error when using Image class in the data provider class?
Thank you in advance,
Esther
*This post is locked for comments
I have the same question (0)