ComponentOne FlexReport for WinForms
AssignFrom Method (SubSection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > SubSection Class : AssignFrom Method
The source object to copy properties from.
Indicates whether name should be assigned.
Assigns (copies) properties from another SubSection to the current object. This method does not copy fields belongs to source SubSection.
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 name should be assigned.
See Also

Reference

SubSection Class
SubSection Members