SqlReportViewData.CopyFrom Method
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.