i have a 2 SSRS report using SSAS datasource. the way it is working is i have set some background color in 2nd report(sub report). what i wanted to do is to set background color of parent report based on its child report. i also have some hierarchy in parent report. so if a child node has red color(bad performance), i want to set same to parent node and its parent node (all the way to top most parent node). similarly if child has yellow but no red then set color of parent to yellow. if child doesn't have either red or yellow then set it to green.
how can i accomplish this in SSRS? i am using SSAS data source and have no idea of how i can determine by looking down in hierarchy and set color to parent node.