counting the number of values selecting from a drop down parameter control

  • I am getting an input parameter through a drop down control and am displaying the selected parameter values in the report footer. This parameter has huge set of values (some what more than >500).When selecting all the parameters, the label in report footer contains each of these 500 odd entries and hence exporting of report to an excel or pdf fails.

    Is there any way to count the number of values selected by the user through the drop down control and then changing the label value in the footer accordingly.

    Any suggestions.

    Thanks

  • Sure...

    You have a property the return the number of selected values in the array:

    Parameters!ParameterName.Count

    If the user selects 2 value from the dropdown parameter, this will return that number.

  • Thanks. Got the solution.

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

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