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 a Boolean
value that indicates whether to hide this tablix member when it contains no rows.
public:
abstract property bool HideIfNoRows { bool get(); };
public abstract bool HideIfNoRows { get; }
member this.HideIfNoRows : bool
Public MustOverride ReadOnly Property HideIfNoRows As Boolean
Property Value
true
if the tablix member should be hidden when it contains no rows; otherwise, false
.