Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a Boolean value that indicates whether this CustomReportItemInstance contains any data rows.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NoRows As Boolean
Get
'Usage
Dim instance As CustomReportItemInstance
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
true if this CustomReportItemInstance does not contain any data rows; otherwise, false.
Siehe auch
Verweis
CustomReportItemInstance Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace