Share via


GridDisplayElement.CreateLinkElement method

Creates a link element.

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

Syntax

'Declaration
Public Shared Function CreateLinkElement ( _
    text As String, _
    linkUrl As String _
) As GridDisplayElement
'Usage
Dim text As String
Dim linkUrl As String
Dim returnValue As GridDisplayElement

returnValue = GridDisplayElement.CreateLinkElement(text, _
    linkUrl)
public static GridDisplayElement CreateLinkElement(
    string text,
    string linkUrl
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElement
A new link element.

See also

Reference

GridDisplayElement class

GridDisplayElement members

Microsoft.PerformancePoint.Scorecards namespace