DefaultCrossTabControl Enum
Lists controls that can be used to display cross-tab data.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Members
Name | Description |
---|---|
XRCrossTab
|
The XRCrossTab control. |
XRPivotGrid
|
The XRPivotGrid control. |
Remarks
The DefaultCrossTabControl enumeration’s values are used to set the UserDesignerOptions.DefaultCrossTabControl property.
See Also