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

PivotGridOptionsPrint Class

Provides print options for the PivotGrid controls.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public class PivotGridOptionsPrint :
    PivotGridOptionsBase

The following members accept/return PivotGridOptionsPrint objects:

Remarks

The PivotGridOptionsPrint class provides a set of properties that control how a pivot grid is printed. These properties specify which elements of a pivot grid are printed, whether print appearances should be used when printing, etc.

PivotGridOptionsPrint objects can be accessed via the pivot grid’s PivotGridControl.OptionsPrint property.

See Also