April 8, 2008 at 12:46 am
how to dynamically display the chart in the report when we drill down
thanks in advance
April 9, 2008 at 2:36 am
Alter the dataset(s) in your drill through report to receive the parameters you will be passing from your master report i.e your dataset(d) shud be dynamic!
April 10, 2008 at 3:12 am
Hi,
1.If u want to display the chart(data changes dynamically on passing parameters)--- u can do it by passing parameters to the chart like... =Parameters!xyz.value
2. If u want to display chart(up on some condition- it wont display in some cases) -- use "visibilty" option.
use expression as " =iif(Parameters!xyz.value="123", "TRUE", "FALSE")
April 11, 2008 at 7:27 am
thanks for ur information but i tried to do that when i collapse or expand the drilldown option the chart should be displayed only for the particular area which i have collapsed or expanded,for that i need to pass the event or action as a parameter to chart.
can anybody help me to work out that problem...
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply