First thanks for the response...
I agree understand I could use a report parameter to determine what chart to
show. But that would cause another rendering, which I was hopeing to avoid.
You can set toggleitem in a chart to a textbox which cause it to appear or
dissapear. I was hoping to find a way to cause one chart or the other to
appear at any given time without having to do another rendering of the report.
Thanks in advance
[quoted text, click to view] "Robert Bruckner [MSFT]" wrote:
> Not sure what you mean with "user action". You could write an expression for
> the Visibility.Hidden property which depends on a report parameter value to
> hide either one or the other chart.
>
>
> -- Robert
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "GizPur" <GizPur@discussions.microsoft.com> wrote in message
> news:34CD6DE7-9672-48CF-BE72-7577B68F194A@microsoft.com...
> > We have two charts sitting on top of one another and we want to have only
> > one
> > visible at a time. Wondering if this could be done programmatically
> > passed
> > upon a user action.
>
>
All user actions which change the output require re-rendering. We do not
rely on script to show/hide elements.
--
Brian Welcker
Group Program Manager
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view] "GizPur" <GizPur@discussions.microsoft.com> wrote in message
news:E8A4EDC0-599F-42ED-9C0F-8FB391744BF8@microsoft.com...
> First thanks for the response...
>
> I agree understand I could use a report parameter to determine what chart
> to
> show. But that would cause another rendering, which I was hopeing to
> avoid.
>
> You can set toggleitem in a chart to a textbox which cause it to appear or
> dissapear. I was hoping to find a way to cause one chart or the other to
> appear at any given time without having to do another rendering of the
> report.
>
> Thanks in advance
>
> "Robert Bruckner [MSFT]" wrote:
>
>> Not sure what you mean with "user action". You could write an expression
>> for
>> the Visibility.Hidden property which depends on a report parameter value
>> to
>> hide either one or the other chart.
>>
>>
>> -- Robert
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>>
>> "GizPur" <GizPur@discussions.microsoft.com> wrote in message
>> news:34CD6DE7-9672-48CF-BE72-7577B68F194A@microsoft.com...
>> > We have two charts sitting on top of one another and we want to have
>> > only
>> > one
>> > visible at a time. Wondering if this could be done programmatically
>> > passed
>> > upon a user action.
>>
>>
>>