TablixMember.HideIfNoRows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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