[]
        
(Showing Draft Content)

C1.Report.SubSection.AssignFrom

AssignFrom Method

AssignFrom(ReportObject, bool)

Assigns (copies) properties from another SubSection to the current object. This method does not copy fields belongs to source SubSection.

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 name should be assigned.

Overrides