CollapsibleReportSection.Visible property
Indicates whether this section should be rendered.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Property Visible As Boolean
Get
Set
'Usage
Dim instance As CollapsibleReportSection
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public bool Visible { get; set; }
Property value
Type: System.Boolean
true if section contents should be rendered; otherwise, false.
See also
Reference
CollapsibleReportSection class
CollapsibleReportSection members
Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports namespace