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