TablixMember.HideIfNoRows Property

Definition

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.

Applies to