Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property HideIfNoRows As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the tablix member should be hidden when it contains no rows; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace