Hello all,
Currently I am struggiling with the visualization of the SSRS report parameters in SharePoint integrated mode. I have built a SSRS report on a dimensional model (to be exact, a SSAS cube, but that doesn't really matter) and it has a parameter with a hierarchy in it (with four levels). Per default, SSRS displays this hierarchy as a caption indented list using three spaces per level. As you can understand, this is a very sloppy, messy lay-out and not really desirable. I think it should be possible to switch to a drilldown hierarchy using the "+" to expand a level and show all sibblings, but how can I achieve this?! Do I really need some custom code for this?
To give an example, take a standard date dimension used as a parameter with the following members, Year, Quarter, Month and Week. The way this is currently visualized in the paremeter box is as follows, using three spaces per level;
2013
Q1
January
Week 1
Week 2
Week 3
Week 4
Februari
Week 5
... and so on.
What I want to use is the standard hierarchial drilldown functionality you see when actually browsing a cube. How can I achieve this?
Thanks in advance!