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).

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool HideIfNoRows { get; set; }
Visual Basic
Public Property HideIfNoRows As Boolean
	Get
	Set

See Also