KpiDetailsSection Members

Include Protected Members
Include Inherited Members

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

The KpiDetailsSection type exposes the following members.

Constructors

  Name Description
Protected method KpiDetailsSection Called from constructors in derived classes to initialize the KpiDetailsSection class.

Top

Properties

  Name Description
Protected property Data Gets the incoming data object, which contains all the context information from the selected cell.
Public property HeaderContents The HTML to use for the section header contents. (Inherited from CollapsibleReportSection.)
Public property HeaderTitle The HTML to use for the section header title (tooltip). (Inherited from CollapsibleReportSection.)
Public property Id The client identifier for the section. (Inherited from CollapsibleReportSection.)
Protected property IncomingKpi Gets the key performance indicator (KPI) that is related to the selected cell, if available.
Protected property Properties Gets the property bag from the report that is associated with this KPI Details report.
Protected property ResourcePath Gets the path to the resource files.
Public property Visible Indicates whether this section should be rendered. (Inherited from CollapsibleReportSection.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetContents Renders the section's contents. (Inherited from CollapsibleReportSection.)
Public method GetHashCode (Inherited from Object.)
Protected method GetNewRow(String, String) Creates a row with a unified row format.
Protected method GetNewRow(String, String, String) Creates a row with a unified row format.
Protected method GetPropertyBool Gets the Boolean value of the specified property from the properties of this KPI Details report.
Public method GetSpanElement Creates a span element using a specified cascading stylesheet and contents. (Inherited from CollapsibleReportSection.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PopulateBodyContents Adds the body contents to the section. (Inherited from CollapsibleReportSection.)
Public method SetData Passes data that is required to render the report section. (Overrides CollapsibleReportSection.SetData(Dictionary<String, Object>).)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member ConnectionDataKey Represents the key to the ConnectionData object in the dictionary that is passed to the report sections.
Public fieldStatic member PropertiesKey Represents the key to the BpmPropertyCollection object, which represents report properties, in the dictionary that is passed to the report sections.
Public fieldStatic member ResourcePathKey Represents the key to the ResourcePath string in the dictionary that is passed to the report sections.

Top

See Also

Reference

KpiDetailsSection Class

Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace