TablixMember.HideIfNoRows Property

Definition

Gets or sets a Boolean value that indicates whether to hide this tablix member when it contains no rows.

public:
 property bool HideIfNoRows { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool HideIfNoRows { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.HideIfNoRows : bool with get, set
Public Property HideIfNoRows As Boolean

Property Value

true to hide this tablix member when it contains no rows; otherwise, false.

Attributes

Applies to