Skip to main content

DashboardPdfExportOptions.Assign(DashboardPdfExportOptions) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void Assign(
    DashboardPdfExportOptions pdfExportOptions
)

Parameters

Name Type Description
pdfExportOptions DashboardPdfExportOptions

A DashboardPdfExportOptions object whose settings are copied to the current object.

See Also