PivotField.DisplayInReport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property is used to specify whether the specified member property PivotField is displayed in the PivotTable or not. Read/write.
public:
property bool DisplayInReport { bool get(); void set(bool value); };
public bool DisplayInReport { get; set; }
Public Property DisplayInReport As Boolean
Property Value
Boolean