Skip to main content
A newer version of this page is available. .

WebPivotGridOptionsPrint Class

Provides export options for the ASPxPivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public class WebPivotGridOptionsPrint :
    PivotGridOptionsPrint

The following members return WebPivotGridOptionsPrint objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxPivotGridExporter.OptionsPrint
ASP.NET MVC Extensions MVCxPivotGridExportSettings.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

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also