ReportObject.CloneObject(Object) 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.
Creates a copy of the ReportObject object.
protected:
static System::Object ^ CloneObject(System::Object ^ obj);
protected static object CloneObject (object obj);
static member CloneObject : obj -> obj
Protected Shared Function CloneObject (obj As Object) As Object
Parameters
- obj
- Object
The object to be cloned.
Returns
A created copy of the ReportObject object.