DataRegionInstance.NoRows Property

Definition

Gets a Boolean value that indicates whether this DataRegionInstance contains any data rows.

public:
 property bool NoRows { bool get(); };
public bool NoRows { get; }
member this.NoRows : bool
Public ReadOnly Property NoRows As Boolean

Property Value

true if this DataRegionInstance does not contain any data rows; otherwise, false.

Applies to