Skip to main content
All docs
V23.2

ExportSettings.Assign(ExportSettings) Method

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void Assign(
    ExportSettings settings
)

Parameters

Name Type Description
settings ExportSettings

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

Remarks

The Assign method copies properties of the ExportSettings object passed as a parameter to the current object. This allows you to have two objects with identical properties.

See Also