Freigeben über


ReportItem.DeepClone-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Creates a deep clone of the specified object.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

Parameter

Siehe auch

Verweis

ReportItem Klasse

Microsoft.ReportingServices.ReportRendering-Namespace