Share via


PivotField.CurrentPageList 属性

定义

返回或设置对应于项目列表的字符串数组,该项目列表包含于数据透视表的多项目页字段中。 读取/写入 对象

public:
 property System::Object ^ CurrentPageList { System::Object ^ get(); void set(System::Object ^ value); };
public object CurrentPageList { get; set; }
Public Property CurrentPageList As Object

属性值

注解

若要避免运行时错误,数据源必须是 OLAP 源,所选字段当前必须位于 Page 位置,并且 EnableMultiplePageItems 属性必须设置为 True

适用于