Skip to main content

PivotGridOptionsPrint Class

Provides options which specifies the Pivot Grid layout and appearance when the control is printed or exported in WYSIWYG mode.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#Declaration

public class PivotGridOptionsPrint :
    PivotGridOptionsBase,
    IXtraSerializable

The following members return PivotGridOptionsPrint objects:

#Remarks

The following table lists the properties used to access the PivotGridOptionsPrint instance.

Platform Property Documentation
WinForms PivotGridControl.OptionsPrint Printing and Exporting
ASP.NET ASPxPivotGridExporter.OptionsPrint Export
ASP.NET MVC MVCxPivotGridExportSettings.OptionsPrint Export Overview

#Implements

See Also