Skip to main content
All docs
V24.1

DataSourceSettings.Assign(DataSourceSettings) Method

Copies all the settings from the DataSourceSettings object passed as the parameter.

Namespace: DevExpress.XtraReports.Configuration

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public void Assign(
    DataSourceSettings source
)

Parameters

Name Type Description
source DataSourceSettings

A DataSourceSettings object whose settings are assigned to the current object.

Remarks

The Assign method copies properties of the DataSourceSettings object passed as a parameter to the current object. This allows you to have two objects with identical properties.

See Also