CollapsibleReportSection class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the basic contract for a report section with a header and a collapsible body.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports.CollapsibleReportSection
    Microsoft.PerformancePoint.Scorecards.ServerRendering.KpiDetailsSection

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)

Syntax

'Declaration
Public MustInherit Class CollapsibleReportSection
'Usage
Dim instance As CollapsibleReportSection
public abstract class CollapsibleReportSection

Remarks

You can use this class to add custom sections to a KPI Details report.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CollapsibleReportSection members

Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports namespace