XRPivotGrid.OptionsPrint Property
Provides access to the pivot grid’s print options.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.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