Copies properties from another CellContents to the current object. The value of the ReportItem property is copied by value, i.e. a copy of the ReportItem is created and assigned to that property on the current object.

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

Syntax

C#
public void AssignFrom(
	CellContents source
)
Visual Basic
Public Sub AssignFrom ( _
	source As CellContents _
)

Parameters

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

See Also