Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.PivotOptions Property

OBSOLETE

The PivotOptions property 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

Provides access to options for exporting a Pivot dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("The PivotOptions property 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 PivotExportOptions PivotOptions { get; set; }

Property Value

Type Description
PivotExportOptions

A PivotExportOptions object containing settings that specify parameters that affect how Pivot dashboard items are exported.

Remarks

The PivotOptions property settings are not in effect when the entire content of the dashboard is exported.

See Also