Share via


CollapsibleReportSection.HeaderContents property

The HTML to use for the section header contents.

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

Syntax

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

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

Property value

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

See also

Reference

CollapsibleReportSection class

CollapsibleReportSection members

Microsoft.PerformancePoint.Scorecards.ServerRendering.Reports namespace