FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FlexChartField Class / AssignFrom Method / AssignFrom(ReportObject,Boolean) Method
The source object to copy properties from.
Indicates whether the name of the object should be copied.

In This Topic
    AssignFrom(ReportObject,Boolean) Method
    In This Topic
    Assigns (copies) properties from another FlexChartField to the current object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub AssignFrom( _
       ByVal source As ReportObject, _
       ByVal assignName As Boolean _
    ) 
    public override void AssignFrom( 
       ReportObject source,
       bool assignName
    )

    Parameters

    source
    The source object to copy properties from.
    assignName
    Indicates whether the name of the object should be copied.
    See Also