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

DashboardExportOptions.PivotOptions Property

OBSOLETE

The DashboardExportOptions.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

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[Obsolete("The DashboardExportOptions.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")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public PivotExportOptions PivotOptions { get; }

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