次の方法で共有


ReportItem.DeepClone メソッド

この 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
)

パラメーター

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間