Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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