NoRows Property (CustomData)
Gets a value indicating whether no data is available for this data region.
public abstract bool NoRows {get;}
'Declaration
Public MustOverride ReadOnly Property NoRows As Boolean
Property Value
true
if no data is available; otherwise,
false
.