ReportObject.CloneObject Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a copy of the ReportObject object.
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
- obj
Type: System.Object
The object to be cloned.
Return Value
Type: System.Object
A created copy of the ReportObject object.