この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定したオブジェクトのディープ クローンを作成します。
名前空間: 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
コピーする ReportItem。