Skip to main content
All docs
V25.1
  • ReportDesignerParameterEditingSettings.Assign(ReportDesignerParameterEditingSettings) Method

    Copies all settings from the ReportDesignerParameterEditingSettings object passed as a parameter.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public void Assign(
        ReportDesignerParameterEditingSettings source
    )

    Parameters

    Name Type Description
    source ReportDesignerParameterEditingSettings

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

    See Also