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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Provides access to options for exporting a pivot dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
[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