CollapsibleReportSection members

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

The CollapsibleReportSection type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property HeaderContents The HTML to use for the section header contents.
Public property HeaderTitle The HTML to use for the section header title (tooltip).
Public property Id The client identifier for the section.
Public property Visible Indicates whether this section should be rendered.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetContents Renders the section's contents.
Public method GetHashCode (Inherited from Object.)
Public method GetSpanElement Creates a span element using a specified cascading stylesheet and contents.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PopulateBodyContents Adds the body contents to the section.
Public method SetData Passes data that is used to render the section.
Public method ToString (Inherited from Object.)

Top

See also

Reference

CollapsibleReportSection class

Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports namespace