FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / AllowedValuesDefinition Class / AssignFrom Method
The source object to copy properties from.

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

    Parameters

    source
    The source object to copy properties from.
    See Also