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