Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LayoutChangeNoBreak Class / AssignFrom Method

In This Topic
    AssignFrom Method (LayoutChangeNoBreak)
    In This Topic
    Assigns (copies) properties from another LayoutChangeBase to the current object.
    Syntax
    'Declaration
     
    Public Overrides Sub AssignFrom( _
       ByVal source As LayoutChangeBase _
    ) 
    public override void AssignFrom( 
       LayoutChangeBase source
    )

    Parameters

    source
    See Also