ReportItem.DeepClone(ReportItem) Method

Definition

Creates a deep clone of the specified object.

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)

Parameters

clone
ReportItem

The ReportItem to copy.

Applies to