KpiDetailsSection Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the common wireframe for a section of a KPI Details report.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports.CollapsibleReportSection
    Microsoft.PerformancePoint.Scorecards.ServerRendering.KpiDetailsSection
      Microsoft.PerformancePoint.Scorecards.ServerRendering.KpiDetailsCommentsSection
      Microsoft.PerformancePoint.Scorecards.ServerRendering.KpiDetailsCoreSection
      Microsoft.PerformancePoint.Scorecards.ServerRendering.KpiDetailsDescriptionSection
      Microsoft.PerformancePoint.Scorecards.ServerRendering.KpiDetailsPropertiesSection

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

Syntax

'Declaration
Public MustInherit Class KpiDetailsSection _
    Inherits CollapsibleReportSection
'Usage
Dim instance As KpiDetailsSection
public abstract class KpiDetailsSection : CollapsibleReportSection

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

KpiDetailsSection Members

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace