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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | WizardSettings | A WizardSettings object whose settings are assigned to the current object. |
See Also