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
text
Type: System.StringThe display text for the link.
linkUrl
Type: System.StringThe URL for the link.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElement
A new link element.