Skip to main content

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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("The PivotExportOptions class is obsolete now. Use properties with the 'Pivot' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class PivotExportOptions :
    OptionsBase

Remarks

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

Inheritance

Object
OptionsBase
PivotExportOptions
See Also