how to dynamically display the chart

  • how to dynamically display the chart in the report when we drill down

    thanks in advance

  • 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!

  • 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")

  • 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