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