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

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

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public void Assign(
        ReportPreviewSettings source
    )

    Parameters

    Name Type Description
    source ReportPreviewSettings

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

    See Also