Back to Devexpress

PivotPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-4d114ff7.md

latest2.2 KB
Original Source

PivotPrintingOptions Class

OBSOLETE

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

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Remarks

Use the DashboardPrintingOptions.PivotOptions property to access options specific to printing/exporting Pivot dashboard items.

Inheritance

Object OptionsBase PivotPrintingOptions

See Also

PivotPrintingOptions Members

DevExpress.DashboardWin Namespace