XRPivotGrid.OptionsPrint Property
In This Article
Provides access to the pivot grid’s print options.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[SRCategory(ReportStringId.CatOptions)]
public XRPivotGridOptionsPrint OptionsPrint { get; }
#Property Value
Type | Description |
---|---|
XRPivot |
An XRPivot |
#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