A newer version of this page is available.
Switch to the current version.
PivotGridOptionsPrint.PrintDataHeaders Property
Gets or sets whether data field headers are printed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v18.2.Core.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public DefaultBoolean PrintDataHeaders { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Property PrintDataHeaders As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A DefaultBoolean enumeration value which specifies whether data field headers are printed. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PrintDataHeaders |
---|---|---|
WinForms Controls | PivotGridControl |
|
ASP.NET Controls and MVC Extensions | ASPxPivotGridExporter |
|
MVCxPivotGridExporter |
|
|
MVCxPivotGridExportSettings |
|
|
PivotGridSettings |
|
|
Reporting | XRPivotGrid |
|
Remarks
If the PrintDataHeaders property is set to the DefaultBoolean.True value, headers of data fields are printed regardless of their actual visibility within the pivot grid (i.e. regardless of the PivotGridOptionsViewBase.ShowDataHeaders property's value).
See Also
Feedback