SubReportInstance.NoRows Property

Definition

Gets a Boolean value that indicates whether this SubReportInstance 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 SubReportInstance does not contain any data rows; otherwise, false.

Applies to