[]
        
(Showing Draft Content)

C1.WPF.Report.FieldBase.AssignFrom

AssignFrom Method

AssignFrom(FieldBase)

Assigns (copies) properties from another FieldBase to the current object.

Declaration
public void AssignFrom(FieldBase source)
Parameters
Type Name Description
FieldBase source

The source object to copy properties from.

AssignFrom(ReportObject, bool)

Copies properties from another object into this object.

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

The source object, properties of which are copied.

bool assignName

Indicates whether the name of the object should be copied.

Overrides