Proprietà TablixMember.HideIfNoRows
Gets or sets a Boolean value that indicates whether to hide this tablix member when it contains no rows.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property HideIfNoRows As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true to hide this tablix member when it contains no rows; otherwise, false.