ComponentOne FlexReport for WinForms
AssignFrom Method (Section)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Section Class : AssignFrom Method
The source object to copy properties from.
Indicates whether the name should be copied.
Assigns (copies) properties from another Section to the current object. This method copies list of subsections but does not copy list of fields. This method does NOT copy type of the section.
Syntax
'Declaration
 
Public 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 should be copied.
See Also

Reference

Section Class
Section Members