Copies properties from another DataSetReference to the current object.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual void AssignFrom(
	DataSetReference source
)
Visual Basic
Public Overridable Sub AssignFrom ( _
	source As DataSetReference _
)

Parameters

source
Type: C1.C1Rdl.Rdl2008..::..DataSetReference
The source object to copy properties from.

See Also