Change textbox Message based on Expand and Collapse Status

  • I have a textbox named "Show table", which when clicked displays a table.(Drilldown action), When table is shown I want the text to be renamed as "Hide table", so that when User wants to hide table using collapse option, textbox shouldn't still say - Show table, as it wouldn't make sense.

    Below is what I want....

    Show table+ >> Click >> table displayed >>textbox changed to "Hide table"-

    In other words...I want something like below for my textbox

    IIF(Expanded, "Show table","Hide table")

    + and - signs above are the one you get when we implement Drilldown.

    (Bit of searching tells that using Inscope this can be achieved, however, Insope, as much as I know and have used works with Grouping and/or tablix scope)

    Is this possible ?

    Athar

  • I am using SQL Server 2008R2, if that is of any help.

  • Struggling to achieve this, I got my Job done by providing a Drill Through, creating two RDLs each with the two different texts...

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply