다음을 통해 공유


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