WebPivotGridOptionsPrint.PageSettings Property
Provides access to the page settings to print the PivotGrid control.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridPageSettings | A PivotGridPageSettings object representing a PivotGrid control’s page settings. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PageSettings |
---|---|---|
ASP.NET Web Forms Controls | ASPxPivotGridExporter |
|
ASP.NET MVC Extensions | MVCxPivotGridExportSettings |
|
Remarks
Note that the PageSettings property is used to customize Pivot Grid export settings when data is exported in the WYSIWYG export mode. This property is 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.
See Also