GridDisplayElementText Constructor (GridDisplayElement)
Initializes a new instance of the GridDisplayElementText class based on another object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
template As GridDisplayElement _
)
'Usage
Dim template As GridDisplayElement
Dim instance As New GridDisplayElementText(template)
public GridDisplayElementText(
GridDisplayElement template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElementThe object to copy.
See Also
Reference
GridDisplayElementText Members