[]
        
(Showing Draft Content)

C1.WPF.FlexReport.DataSource.AssignFrom

AssignFrom Method

AssignFrom(DataSource)

Assigns (copies) properties from another DataSource to the current object. The name of source object is not copied.

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

The source object to copy properties from.

AssignFrom(ReportObject, bool)

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

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