Partilhar via


Propriedade do RDL TablixMember.HideIfNoRows

Gets a Boolean value that indicates whether to hide this tablix member when it contains no rows.

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

Sintaxe

'Declaração
Public MustOverride ReadOnly Property HideIfNoRows As Boolean 
    Get
'Uso
Dim instance As TablixMember 
Dim value As Boolean 

value = instance.HideIfNoRows
public abstract bool HideIfNoRows { get; }
public:
virtual property bool HideIfNoRows {
    bool get () abstract;
}
abstract HideIfNoRows : bool
abstract function get HideIfNoRows () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the tablix member should be hidden when it contains no rows; otherwise, false.

Consulte também

Referência

TablixMember Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering