言語

ReportItem.DeepClone(ReportItem) メソッド

定義

指定されたオブジェクトのディープクローンを作成します。

protected:
 void DeepClone(Microsoft::ReportingServices::ReportRendering::ReportItem ^ clone);
protected void DeepClone(Microsoft.ReportingServices.ReportRendering.ReportItem clone);
member this.DeepClone : Microsoft.ReportingServices.ReportRendering.ReportItem -> unit
Protected Sub DeepClone (clone As ReportItem)

パラメーター

clone
ReportItem

コピーする ReportItem

適用対象