Skip to main content

WizardSettings.Assign(WizardSettings) Method

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void Assign(
    WizardSettings source
)

Parameters

Name Type Description
source WizardSettings

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

See Also