Condividi tramite


Metodo ReportItem.DeepClone

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

Creates a deep clone of the specified object.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected Sub DeepClone ( _
    clone As ReportItem _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

ReportItem Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering