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