PivotField.VisibleItemsList 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 a Object specifying an array of strings that represent included items in a manual filter applied to a PivotField. Read/write.
public:
property System::Object ^ VisibleItemsList { System::Object ^ get(); void set(System::Object ^ value); };
public object VisibleItemsList { get; set; }
Public Property VisibleItemsList As Object
Property Value
Object
Remarks
This property is applicable to OLAP PivotTables only.