Field.DeepClone Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a deep clone of this Field instance.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overrides Function DeepClone As Object
'Usage
Dim instance As Field
Dim returnValue As Object
returnValue = instance.DeepClone()
public override Object DeepClone()
public:
virtual Object^ DeepClone() override
abstract DeepClone : unit -> Object
override DeepClone : unit -> Object
public override function DeepClone() : Object
Return Value
Type: System.Object
A Field object.