Provides access to the pivot grid's print options.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v19.2.dll
[SRCategory(ReportStringId.CatOptions)]
public XRPivotGridOptionsPrint OptionsPrint { get; }
<SRCategory(ReportStringId.CatOptions)>
Public ReadOnly Property OptionsPrint As XRPivotGridOptionsPrint
Type | Description |
---|---|
XRPivotGridOptionsPrint | An XRPivotGridOptionsPrint object which contains the pivot grid's print options. |
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.