Condividi tramite


Proprietà NoRows

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

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NoRows As Boolean
    Get
'Utilizzo
Dim instance As DataRegionInstance
Dim value As Boolean

value = instance.NoRows
public bool NoRows { get; }
public:
property bool NoRows {
    bool get ();
}
member NoRows : bool
function get NoRows () : boolean

Valore proprietà

Tipo: System. . :: . .Boolean
true if this DataRegionInstance does not contain any data rows; otherwise, false.