Partager via


Méthode ReportItem.DeepClone

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 deep clone of the specified object.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected Sub DeepClone ( _
    clone As ReportItem _
)
'Utilisation
Dim clone As ReportItem 

Me.DeepClone(clone)
protected void DeepClone(
    ReportItem clone
)
protected:
void DeepClone(
    ReportItem^ clone
)
member DeepClone : 
        clone:ReportItem -> unit
protected function DeepClone(
    clone : ReportItem
)

Paramètres

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.ReportRendering