Skip to main content
All docs
V26.1
  • 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.v26.1.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