ComponentOne FlexReport for WinForms
AssignFrom(ReportObject,Boolean) Method

C1.Win.FlexReport.4 Assembly > C1.Win.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.
Assigns (copies) properties from another FlexChartField to the current object.
Syntax
'Declaration
 
Public Overloads Overrides Sub AssignFrom( _
   ByVal source As ReportObject, _
   ByVal assignName As System.Boolean _
) 
public override void AssignFrom( 
   ReportObject source,
   System.bool assignName
)

Parameters

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

Reference

FlexChartField Class
FlexChartField Members
Overload List