WebPivotGridOptionsPrint Class
Provides export options for the ASPxPivotGrid control.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return WebPivotGridOptionsPrint objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | 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
Inheritance
Object
ViewStatePersisterCore
BaseOptions
PivotGridOptionsBase
PivotGridOptionsPrint
WebPivotGridOptionsPrint
See Also