alanjuden / MvcReportViewer

Custom Report Viewer control to replace MS Report Viewer on MVC projects (also works on .NET Core as a Report Viewer).
MIT License
173 stars 109 forks source link

Determine if charts / graphs are supported through the API. #35

Open alanjuden opened 7 years ago

rono1 commented 6 years ago

Alan, I noticed that you put this issue in because someone asked about previewing a report with a chart. The person noted that doing this prompts the user for a username and password. If that's entered, then it works properly. Have you been able to fix this so that this prompt does not appear?

rono1 commented 6 years ago

Nevermind! I see there is already a way to handle this using the UseCustomReportImagePath and ReportImagePath properties.

sattyy commented 6 years ago

Alan, I'm using a report with chart in it & I've set UseCustomReportImagePath to true, still while previewing chart doesn't get displayed. I don't get any prompts but have noticed that in Developer tools Console an error message "Failed to load resource: the server responded with a status of 500 (Internal Server Error)" is displayed.

Rono, did you make changes to ReportImagePath as well? Can you please share the changes you made to handle this issue? Thanks.

alicia90 commented 5 years ago

I have the same problem, the graphics are like an image, but I do not know neither the images nor the graphics and I already change the necessary properties. I had already created Issue 84