PivotXlsxExportOptionsBase.Assign(ExportOptionsBase) Method
Copies all settings from the options object passed as a parameter.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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