Skip to main content
All docs
V23.2

ReportDesignerSettingsBase.Assign(ReportDesignerSettingsBase) Method

Copies the settings from the specified ReportDesignerSettingsBase object to the current object.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void Assign(
    ReportDesignerSettingsBase settings
)

Parameters

Name Type Description
settings ReportDesignerSettingsBase

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

Remarks

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

See Also