Compartir a través de


ReportItem.DeepClone Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Creates a deep clone of the specified object.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected Sub DeepClone ( _
    clone As ReportItem _
)
'Uso
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
)

Parámetros

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering