How do i display Message when there are no records found?

  • When user clicks on View Report and if there are no records it displays blank page.How do i display Message when there are no records found?

  • Place A textbox on the page with the visibility properties set to

    =iif( Count(Fields!FieldName.Value, "DataSet") = 0,False,True)

    When there are no records it will be visible, when there are it is hidden.

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

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