Skip to main content
All docs
V23.2

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.v23.2.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