Back to Devexpress

PivotFieldLayout.ShowItemsWithNoData Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfieldlayout-cef3998d.md

latest1.2 KB
Original Source

PivotFieldLayout.ShowItemsWithNoData Property

Gets or sets a value indicating whether field items that have no data should be displayed in the PivotTable report.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool ShowItemsWithNoData { get; set; }
vb
Property ShowItemsWithNoData As Boolean

Property Value

TypeDescription
Boolean

true , to show field items that have no data; otherwise, false.

|

See Also

PivotFieldLayout Interface

PivotFieldLayout Members

DevExpress.Spreadsheet Namespace