Back to Devexpress

PivotExportOptions Class

dashboard-devexpress-dot-dashboardweb-603d72b7.md

latest2.0 KB
Original Source

PivotExportOptions Class

OBSOLETE

The PivotExportOptions class is obsolete now. Use properties with the 'Pivot' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Contains settings that specify parameters affecting how the Pivot dashboard item is exported.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[Obsolete("The PivotExportOptions class is obsolete now. Use properties with the 'Pivot' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class PivotExportOptions :
    OptionsBase
vb
<Obsolete("The PivotExportOptions class is obsolete now. Use properties with the 'Pivot' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class PivotExportOptions
    Inherits OptionsBase

Remarks

Use the DashboardExportOptions.PivotOptions property to access options specific to exporting Pivot dashboard items.

Inheritance

Object OptionsBase PivotExportOptions

See Also

PivotExportOptions Members

DevExpress.DashboardWeb Namespace