Assigns to all properties of this Document the corresponding values of the specified source document.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public virtual void Assign(
	Object source
)
Visual Basic (Declaration)
Public Overridable Sub Assign ( _
	source As Object _
)
Visual C++
public:
virtual void Assign(
	Object^ source
)

Parameters

source
Type: System..::.Object

See Also