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

适用于