次の方法で共有


ReportObject.DeepClone メソッド

この ReportObject インスタンスのディープ クローンを返します。

名前空間:  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
ReportObject オブジェクト。

関連項目

参照

ReportObject クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間