SqlReportViewData.CopyFrom Method (Microsoft.PerformancePoint.Scorecards)
Makes a copy from a template.
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
Template to copy from.
See Also
Reference
SqlReportViewData Class
SqlReportViewData Members
Microsoft.PerformancePoint.Scorecards Namespace