[]
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.
public override void AssignFrom(ReportObject source, bool assignName)
Public Overrides Sub AssignFrom(source As ReportObject, assignName As Boolean)
| Type | Name | Description |
|---|---|---|
| ReportObject | source | The source object to copy properties from. |
| bool | assignName | Indicates whether the name should be copied. |