Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- clone
Type: Microsoft.ReportingServices.ReportRendering.ReportItem
The ReportItem to copy.