Hey guys.
I'm working with Sharepoint 2010 on this system. It was everything ok until I started working with Crystal
Reports hehe
After a lot of hard work, I was able to make the report work (almost) perfectly in the web. But I still have a
little problem that is taking a lot of my time: I can't display any images or charts in the web.
When I preview the report on Visual Studio, it works nicely. All the images and charts are displayed. Also, when
I export the report from the web to any format (pdf, xlsx...) it works fine too, showing me everything that I
need.
But the problem is in the middle of this proccess, when the webpart is displayed on the web.
The only problem that I have is with the images/charts, because the data is being displayed correctly.
By the way, I don't know if that influenciate something, but I'm using LINQ to select the data shown in the
report. And one more time: it's working perfectly.
I'm importing the images to the report by right clicking on Report > Insert > Picture. I have already tried to
use a image directly from my disk, another from web and another from inside the project, but it still hasn't
worked ):
And even if it did, I would still have the problem of the not displaying chart.
Well, what else can I say... Oh, I also tried to change in the web.config (<add verb="GET"..."), cuz I saw it in
a LOT of forums where people said it worked for them, but in my case, I believe that Sharepoint is the main
problem :/
Can somebody please help me with this? It's driving me crazy ):
There are some images below for you guys see what I'm talking about:
(By boss reasons, I can't show the data in the report, but I think it's understandable)
1 - Report Preview in Visual Studio

2 - LINQ Code

3 - Report in web ):

Please, help ):