reporting services - "Expand All" button in a drill down report canceling another feature -


i have main report shows bar chart sales per country. once click on country bar, drill down report shows (+/-) list of countries toggled country name, clicked country expanded, while others collapsed.

i asked client add "expand all" button allow them expand countries detail @ once. however, when added button, first functionality lost.

in initialtogglestate expression of toggle textbox country used: =iif(fields!country_id.value=parameters!param_country_id.value or parameters!paramexpandorcollapse.value = "expand" ,true, false)

could have both functionalities working without 1 canceling other?


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -