Showing posts with label drill. Show all posts
Showing posts with label drill. Show all posts

Monday, February 20, 2012

Missing expansion images on Matrix Report

I've created some Matrix reports which work just fine, I'm able to drill down and the expansion images(+/-) appear correctly.

However, after setting Role security on the folder containing the reports(this is an asp.net application), the reports still function but the images for the (+/-) are missing, just getting the missing image icon.

Any ideas?

Thanks, Burl

Ok, seems the problem is with the <authorization> element in the web.config file. Changed it form <deny users="*"> to <deny users="?"> and my toggle images started working. Seems to be a security problem for the builtin resource file on the matrix report.