GridDisplayElement Constructor (GridDisplayElement)
Called from constructors in derived classes to initialize the GridDisplayElement class based on another GridDisplayElement object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Sub New ( _
template As GridDisplayElement _
)
'Usage
Dim template As GridDisplayElement
Dim instance As New GridDisplayElement(template)
protected GridDisplayElement(
GridDisplayElement template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElementThe object to copy.