CollapsibleReportSection.HeaderTitle Property

The HTML to use for the section header title (tooltip).

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

Syntax

'Declaration
Public MustOverride ReadOnly Property HeaderTitle As String
    Get
'Usage
Dim instance As CollapsibleReportSection
Dim value As String

value = instance.HeaderTitle
public abstract string HeaderTitle { get; }

Property Value

Type: System.String
The HTML for the section header title.

See Also

Reference

CollapsibleReportSection Class

CollapsibleReportSection Members

Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports Namespace