HideIfNoRows Property (TablixMember)
In This Topic
Gets or sets a
System.Boolean value that indicates whether to hide this tablix member when it contains no rows.
Syntax
'Declaration
Public Property HideIfNoRows As Boolean
public bool HideIfNoRows {get; set;}
See Also