Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a deep clone of this ReportObject instance.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overridable Function DeepClone As Object
'Usage
Dim instance As ReportObject
Dim returnValue As Object
returnValue = instance.DeepClone()
public virtual Object DeepClone()
public:
virtual Object^ DeepClone()
abstract DeepClone : unit -> Object
override DeepClone : unit -> Object
public function DeepClone() : Object
Return Value
Type: System.Object
A ReportObject object.