Hi,
Is there any way i can check at report level or from a container object if a given table is empty?
Thank you all..
Please see this thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=562956&SiteID=1
If you want to check whether or not a table is empty, use the RowNumber function.
For example, you can set Hidden = Iif(RowNumber("DataSetName") = 0, True, False)
No comments:
Post a Comment