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

XRPivotGrid.OptionsPrint Property

Provides access to the pivot grid’s print options.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[SRCategory(ReportStringId.CatOptions)]
public XRPivotGridOptionsPrint OptionsPrint { get; }

Property Value

Type Description
XRPivotGridOptionsPrint

An XRPivotGridOptionsPrint object which contains the pivot grid’s print options.

Remarks

The OptionsPrint object contains properties which specify the pivot grid’s elements that are to be printed, and various print options.

To learn more, see the list of the XRPivotGridOptionsPrint class members.

See Also