ASPxPivotGridExporter.OptionsPrint Property
Provides access to the export options.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
WebPivotGridOptionsPrint | A WebPivotGridOptionsPrint object that contains the pivot grid’s export options. |
Remarks
The OptionsPrint object contains properties which specify the Pivot Grid Control’s elements that are to be printed and various print options. See the list of the WebPivotGridOptionsPrint class’ members to learn more.
Note that the OptionsPrint property contains properties which are used to customize Pivot Grid export settings when data is exported in the WYSIWYG export mode. These properties are not in effect for the data-aware mode. To customize the Pivot Grid export settings while exporting in data-aware mode, use the PivotXlsExportOptions and PivotXlsxExportOptions descendants.