Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / CellContents Class / AssignFrom Method
The source object to copy properties from.

In This Topic
    AssignFrom Method (CellContents)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Sub AssignFrom( _
       ByVal source As CellContents _
    ) 
    public void AssignFrom( 
       CellContents source
    )

    Parameters

    source
    The source object to copy properties from.
    See Also