aspnet-devexpress-dot-web-dot-aspxpivotgrid-9e849cb9.md
Provides export options for the ASPxPivotGrid control.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class WebPivotGridOptionsPrint :
PivotGridOptionsPrint
Public Class WebPivotGridOptionsPrint
Inherits PivotGridOptionsPrint
The following members return WebPivotGridOptionsPrint objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPivotGridExporter.OptionsPrint |
| ASP.NET MVC Extensions | MVCxPivotGridExportSettings.OptionsPrint |
The WebPivotGridOptionsPrint class provides a set of properties that control how a pivot grid is exported. These properties specify which elements of a pivot grid are exported, whether export appearances should be used when exporting, etc.
WebPivotGridOptionsPrint objects can be accessed via the pivot grid exporter’s ASPxPivotGridExporter.OptionsPrint property.
DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsPrint WebPivotGridOptionsPrint
See Also