SSRS Expand/Collapse All Row(s) Parameter

  • I've been trying to figure this out for a while now and am having a hard time, so I'm hoping someone can help me with this.

    I created a report that allows the user to Expand or Collapse all detail rows with one single option using the following code below. It works GREAT in Visual Studio, BUT it will NOT work properly in Report Manager. :crying:

    WHY? Is there a fix for this or another way to make this work?

    Parameter Name: ShowNoteDetails

    Data Type: Boolean

    Non-queried values as follows:

    label values

    ----- ------

    Yes True

    No False

    Default Values:

    Non-Queried : False

    Visibility property of the row :

    =iif(Parameters!ShowNoteDetails.Label="No",True,False)

    InitialToggleItem property :

    =iif(Parameters!ShowNoteDetails.Value ="True",True,False)

Viewing post 1 (of 1 total)

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