Skip to main content

PivotXlsExportOptionsBase.Assign(ExportOptionsBase) Method

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public override void Assign(
    ExportOptionsBase source
)

Parameters

Name Type Description
source ExportOptionsBase

An ExportOptionsBase descendant whose settings are assigned to the current object.

Remarks

The Assign method is used to copy settings from one ExportOptionsBase descendant to another. The parameter is a source object. The caller is a destination object.

As implemented in the ExportOptionsBase class, the method performs nothing. It is overridden in derived classes in order to implement proper functionality.

See Also