Share via


ReportObject.CloneObject Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected Shared Function CloneObject ( _
    obj As Object _
) As Object
'Usage
Dim obj As Object
Dim returnValue As Object

returnValue = ReportObject.CloneObject(obj)
protected static Object CloneObject(
    Object obj
)
protected:
static Object^ CloneObject(
    Object^ obj
)
static member CloneObject : 
        obj:Object -> Object 
protected static function CloneObject(
    obj : Object
) : Object

Parameters

Return Value

Type: System.Object