SubreportHasData Property (Map)
In This Topic
Returns whether a subreport has data and suppresses rendering if it doesn't.
Syntax
'Declaration
Public ReadOnly Property SubreportHasData As Boolean
public bool SubreportHasData {get;}
Example
The code below uses script to hide sections with empty subreports: The code below uses script to hide a field containing an empty subreport and show another field instead:
See Also