此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Creates a deep clone of the specified object.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Protected Sub DeepClone ( _
clone As ReportItem _
)
'用途
Dim clone As ReportItem
Me.DeepClone(clone)
protected void DeepClone(
ReportItem clone
)
protected:
void DeepClone(
ReportItem^ clone
)
member DeepClone :
clone:ReportItem -> unit
protected function DeepClone(
clone : ReportItem
)
參數
- clone
型別:Microsoft.ReportingServices.ReportRendering.ReportItem
The ReportItem to copy.