Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- clone
Tipo: Microsoft.ReportingServices.ReportRendering.ReportItem
The ReportItem to copy.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering