MVCxPivotGridExportSettings.OptionsPrint Property
Provides access to the export options.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
WebPivotGridOptionsPrint | A WebPivotGridOptionsPrint object that contains the pivot grid’s export options. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to OptionsPrint |
---|---|
PivotGridSettings |
|
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.