ReportObject.DeepClone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a deep clone of this ReportObject instance.
public:
virtual System::Object ^ DeepClone();
public virtual object DeepClone ();
abstract member DeepClone : unit -> obj
override this.DeepClone : unit -> obj
Public Overridable Function DeepClone () As Object
Returns
A ReportObject object.