Skip to main content

XRPivotGridOptionsPrint Class

Provides print options for the XRPivotGrid control.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRPivotGridOptionsPrint :
    PivotGridOptionsPrint

Remarks

The XRPivotGridOptionsPrint class provides a set of properties that specify the printing options of a pivot grid. These options can be accessed via the control’s XRPivotGrid.OptionsPrint property.

See Also