Partager via


Méthode ReportObject.CloneObject

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Creates a copy of the ReportObject object.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected Shared Function CloneObject ( _
    obj As Object _
) As Object
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

ReportObject Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel