Back to Devexpress

XRPivotGrid.OptionsPrint Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpivotgrid-f6834685.md

latest1.8 KB
Original Source

XRPivotGrid.OptionsPrint Property

Provides access to the pivot grid’s print options.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatOptions)]
public XRPivotGridOptionsPrint OptionsPrint { get; }
vb
<SRCategory(ReportStringId.CatOptions)>
Public ReadOnly Property OptionsPrint As XRPivotGridOptionsPrint

Property Value

TypeDescription
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

OptionsLayout

OptionsView

XRPivotGrid Class

XRPivotGrid Members

DevExpress.XtraReports.UI Namespace