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.