FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / BoundLabeledValues Class / AssignFrom Method
The source object to copy properties from.

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

    Parameters

    source
    The source object to copy properties from.
    See Also