Metodo ReportObject.CloneObject

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Creates a copy of the ReportObject object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Protected Shared Function CloneObject ( _
    obj As Object _
) As Object
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Object
A created copy of the ReportObject object.

Vedere anche

Riferimento

ReportObject Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel