Gets or sets a boolean value indicating if the row is visible when its parent group is collapsed.
'Declaration
<DescriptionAttribute("Indicates if the row is visible when its parent group is collapsed.")>
<CategoryAttribute("Appearance")>
<EndUserDisplayNameAttribute("Visible When Collapsed")>
Public Property VisibleWhenCollapsed As Boolean
'Usage
Dim instance As RowReportStyle
Dim value As Boolean
instance.VisibleWhenCollapsed = value
value = instance.VisibleWhenCollapsed
[Description("Indicates if the row is visible when its parent group is collapsed.")]
[Category("Appearance")]
[EndUserDisplayName("Visible When Collapsed")]
public bool VisibleWhenCollapsed {get; set;}
Property Value
true if the row is visible when its parent group is collapsed; false otherwise. By default, false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2