Back to Devexpress

ASPxPivotGridExporter.OptionsPrint Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-77cc485c.md

latest2.0 KB
Original Source

ASPxPivotGridExporter.OptionsPrint Property

Provides access to the export options.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public WebPivotGridOptionsPrint OptionsPrint { get; }
vb
Public ReadOnly Property OptionsPrint As WebPivotGridOptionsPrint

Property Value

TypeDescription
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.

See Also

ASPxPivotGridExporter Class

ASPxPivotGridExporter Members

DevExpress.Web.ASPxPivotGrid Namespace