Metodo DeepClone
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
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