Proprietà HideIfNoRows
Gets a Boolean value that indicates whether to hide this tablix member when it contains no rows.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property HideIfNoRows As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the tablix member should be hidden when it contains no rows; otherwise, false.
Vedere anche