PivotField.CurrentPageName 属性

定义

返回或设置指定数据透视表上的当前显示页。 该页名称将出现在页字段中。 注意,只有当已存在当前显示页时,本属性才有效。 读/写 String

public:
 property System::String ^ CurrentPageName { System::String ^ get(); void set(System::String ^ value); };
public string CurrentPageName { get; set; }
Public Property CurrentPageName As String

属性值

注解

本属性应用于与 OLAP 数据源相连的数据透视表。 如果用未与 OLAP 数据源相连的数据透视表返回或设置本属性,则将导致运行时错误。

适用于