Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.