Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies from another object of the same type.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overridable Sub CopyFrom ( _
template As SqlReportViewData _
)
'Usage
Dim template As SqlReportViewData
Me.CopyFrom(template)
protected virtual void CopyFrom(
SqlReportViewData template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.SqlReportViewDataThe object to copy from.