shivani sharma-428076
SSC-Addicted
Points: 429
More actions
May 4, 2007 at 9:40 am
#174015
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?
Antares686
SSC Guru
Points: 125444
May 4, 2007 at 9:52 am
#704396
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