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

XRPivotGridOptionsPrint Class

Provides print options for the XRPivotGrid control.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public class XRPivotGridOptionsPrint :
    PivotGridOptionsPrint

The following members return XRPivotGridOptionsPrint objects:

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.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
DevExpress.Utils.Serializing.IXtraSerializable
See Also