In This Topic
Gets or sets a value indicating whether this static member should be hidden if the
Tablix contains no rows of data. Ignored for dynamic members. A member hidden in this way ignores visibility properties (including ToggleItem).
Syntax
'Declaration
Public Property HideIfNoRows As Boolean
public bool HideIfNoRows {get; set;}
See Also