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

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

    Parameters

    source
    The source object to copy properties from.
    See Also