ReportObject.DeepClone 方法

Returns a deep clone of this ReportObject instance.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Overridable Function DeepClone As Object
用法
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

返回值

类型:System.Object
A ReportObject object.

请参阅

参考

ReportObject 类

Microsoft.ReportingServices.RdlObjectModel 命名空间