Partilhar via


Propriedade do RDL CustomData.NoRows

Indicates that the CustomData object contains no rows of data.

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

Sintaxe

'Declaração
Public ReadOnly Property NoRows As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

CustomData Classe

Namespace Microsoft.ReportingServices.ReportRendering