Freigeben über


CustomData.NoRows-Eigenschaft

Indicates that the CustomData object contains no rows of data.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property NoRows As Boolean 
    Get
'Usage
Dim instance As CustomData 
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean
A Boolean value indicating that the CustomData object contains no rows of data.

Siehe auch

Verweis

CustomData Klasse

Microsoft.ReportingServices.ReportRendering-Namespace