次の方法で共有


DeepClone メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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
)