WebPivotGridOptionsPrint Class
In This Article
Provides export options for the ASPxPivotGrid control.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class WebPivotGridOptionsPrint :
PivotGridOptionsPrint
#Related API Members
The following members return WebPivotGridOptionsPrint objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
MVCx |
#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