PivotField.HiddenItemsList 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.
Returns or sets an Object specifying an array of strings that are hidden items for a PivotTable field. Read/write.
public:
property System::Object ^ HiddenItemsList { System::Object ^ get(); void set(System::Object ^ value); };
public object HiddenItemsList { get; set; }
Public Property HiddenItemsList As Object
Property Value
Remarks
The HiddenItemsList property is only valid for Online Analytical Processing (OLAP) data sources; using this property on non-OLAP data sources will return a run-time error.