Target.CopyBandingFrom Method
Copies the banding from another Target object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub CopyBandingFrom ( _
target As Target _
)
'Usage
Dim instance As Target
Dim target As Target
instance.CopyBandingFrom(target)
public void CopyBandingFrom(
Target target
)
Parameters
target
Type: Microsoft.PerformancePoint.Scorecards.TargetThe object to copy from.