Back to Devexpress

WebPivotGridOptionsPrint Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-9e849cb9.md

latest2.4 KB
Original Source

WebPivotGridOptionsPrint Class

Provides export options for the ASPxPivotGrid control.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class WebPivotGridOptionsPrint :
    PivotGridOptionsPrint
vb
Public Class WebPivotGridOptionsPrint
    Inherits PivotGridOptionsPrint

The following members return WebPivotGridOptionsPrint objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPivotGridExporter.OptionsPrint
ASP.NET MVC ExtensionsMVCxPivotGridExportSettings.OptionsPrint

Remarks

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.

Implements

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

IXtraSerializable

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsPrint WebPivotGridOptionsPrint

See Also

WebPivotGridOptionsPrint Members

DevExpress.Web.ASPxPivotGrid Namespace