XRPivotGridOptionsPrint(EventHandler) Constructor
In This Article
Initializes a new instance of the XRPivotGridOptionsPrint class with the specified settings.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public XRPivotGridOptionsPrint(
EventHandler optionsChanged
)
#Parameters
Name | Type | Description |
---|---|---|
options |
Event |
A delegate that will receive change notifications. |
#Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See Also