Skip to main content
A newer version of this page is available. .

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

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

Namespace: DevExpress.DashboardWin

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

Declaration

[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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public class PivotPrintingOptions :
    OptionsBase

Remarks

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

Inheritance

Object
OptionsBase
PivotPrintingOptions
See Also