SSRS: Display a message when User enter wrong parameter...(Parameter validation)

  • Issue #1 I have a report that takes 8 character parameter, A error message needs to popped out if user enters parameter less than 8 character.

    Issue #2 I have a report with Tablix. A message needs to display if Tablix returns no Rows.

    I need help with the expressions and where to apply it.

    Thanks in Advance.

    Ram

  • #1: one way is to use a value list of the possible values. If you create a dataset of the values you can just use it.

    #2. You can use the NoRows property of the tablix to show a message. Right-click on the top left of the tablix, then show Properties.

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

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