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

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

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public void Assign(
        SearchSettings settings
    )

    Parameters

    Name Type Description
    settings SearchSettings

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

    See Also