[]
        
(Showing Draft Content)

C1.Report.Section.AssignFrom

AssignFrom Method

AssignFrom(ReportObject, bool)

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.

Declaration
public override void AssignFrom(ReportObject source, bool assignName)
Parameters
Type Name Description
ReportObject source

The source object to copy properties from.

bool assignName

Indicates whether the name should be copied.

Overrides