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 | |
---|---|---|
KpiDetailsSection | Called from constructors in derived classes to initialize the KpiDetailsSection class. |
Top
Properties
Name | Description | |
---|---|---|
Data | Gets the incoming data object, which contains all the context information from the selected cell. | |
HeaderContents | The HTML to use for the section header contents. (Inherited from CollapsibleReportSection.) | |
HeaderTitle | The HTML to use for the section header title (tooltip). (Inherited from CollapsibleReportSection.) | |
Id | The client identifier for the section. (Inherited from CollapsibleReportSection.) | |
IncomingKpi | Gets the key performance indicator (KPI) that is related to the selected cell, if available. | |
Properties | Gets the property bag from the report that is associated with this KPI Details report. | |
ResourcePath | Gets the path to the resource files. | |
Visible | Indicates whether this section should be rendered. (Inherited from CollapsibleReportSection.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContents | Renders the section's contents. (Inherited from CollapsibleReportSection.) | |
GetHashCode | (Inherited from Object.) | |
GetNewRow(String, String) | Creates a row with a unified row format. | |
GetNewRow(String, String, String) | Creates a row with a unified row format. | |
GetPropertyBool | Gets the Boolean value of the specified property from the properties of this KPI Details report. | |
GetSpanElement | Creates a span element using a specified cascading stylesheet and contents. (Inherited from CollapsibleReportSection.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PopulateBodyContents | Adds the body contents to the section. (Inherited from CollapsibleReportSection.) | |
SetData | Passes data that is required to render the report section. (Overrides CollapsibleReportSection.SetData(Dictionary<String, Object>).) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ConnectionDataKey | Represents the key to the ConnectionData object in the dictionary that is passed to the report sections. | |
PropertiesKey | Represents the key to the BpmPropertyCollection object, which represents report properties, in the dictionary that is passed to the report sections. | |
ResourcePathKey | Represents the key to the ResourcePath string in the dictionary that is passed to the report sections. |
Top
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace