[]
Assigns (copies) properties from another DataSource to the current object. The name of source object is not copied.
public void AssignFrom(DataSource source)
| Type | Name | Description |
|---|---|---|
| DataSource | source | The source object to copy properties from. |
Assigns (copies) properties from another DataSource to the current object.
public override void AssignFrom(ReportObject source, bool assignName)
| Type | Name | Description |
|---|---|---|
| ReportObject | source | The source object to copy properties from. |
| bool | assignName | Indicates whether name should be assigned. |