NoRows Property (ISubreport)
In This Topic
Gets a value indicating if no rows of data were loaded by the subreport.
Syntax
'Declaration
ReadOnly Property NoRows As Boolean
Property Value
A
System.Boolean value.
true
if no rows of data were loaded; otherwise,
false
.
See Also