GridHeaderItem.GetDocumentLinks Method

Returns the links for a key performance indicator (KPI) header.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetDocumentLinks ( _
    cache As IGlobalCache _
) As BpmPropertyCollection
'Usage
Dim instance As GridHeaderItem
Dim cache As IGlobalCache
Dim returnValue As BpmPropertyCollection

returnValue = instance.GetDocumentLinks(cache)
public BpmPropertyCollection GetDocumentLinks(
    IGlobalCache cache
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.BpmPropertyCollection
The links for a KPI header.

Remarks

This method retrieves links that are defined in the Properties property of the Kpi object that is associated with the KPI header.

See Also

Reference

GridHeaderItem Class

GridHeaderItem Members

Microsoft.PerformancePoint.Scorecards Namespace