GridDisplayElementAggregation constructor (GridDisplayElementAggregation)
Initializes a new instance of the GridDisplayElementAggregation class based on another GridDisplayElementAggregation object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
template As GridDisplayElementAggregation _
)
'Usage
Dim template As GridDisplayElementAggregation
Dim instance As New GridDisplayElementAggregation(template)
public GridDisplayElementAggregation(
GridDisplayElementAggregation template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.GridDisplayElementAggregationThe object to copy.
See also
Reference
GridDisplayElementAggregation class
GridDisplayElementAggregation members