Propriété HideIfNoRows
Gets a Boolean value that indicates whether to hide this tablix member when it contains no rows.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property HideIfNoRows As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the tablix member should be hidden when it contains no rows; otherwise, false.
Voir aussi