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 or sets a Boolean value that indicates whether to hide this tablix member when it contains no rows.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property HideIfNoRows As Boolean
Get
Set
'Usage
Dim instance As TablixMember
Dim value As Boolean
value = instance.HideIfNoRows
instance.HideIfNoRows = value
public bool HideIfNoRows { get; set; }
public:
property bool HideIfNoRows {
bool get ();
void set (bool value);
}
member HideIfNoRows : bool with get, set
function get HideIfNoRows () : boolean
function set HideIfNoRows (value : boolean)
Property Value
Type: System.Boolean
true to hide this tablix member when it contains no rows; otherwise, false.