Hi,
I have a report which contains a subreport placed inside a list. when the subreport returns no data. it appears as a blank space in the main report. So i want to suppress the list when the subreport returns no data. Can somebody help me with this?
thanks
shri
Has the NoRows property been set for the subreport reportitem in the main report? This property kicks in if the subreport returns no data.
Also, if you'd like to make the list invisible when no data is returned, the visibility of the enclosing list could be set to a boolean expression based on the subreport reportitem. Type an expression that evaluates to a Boolean value of True to hide the item and False to show the item. Alternatively, visibility of the list can be toggled by another report item like subreport. The visibility settings could be set under the "visibility" tab uner the properties of list.
No comments:
Post a Comment