PivotField.UseMemberPropertyAsCaption 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此属性用于控制是否将成员属性标题用于 PivotItem 的 PivotField标题。 读/写。
public:
property bool UseMemberPropertyAsCaption { bool get(); void set(bool value); };
public bool UseMemberPropertyAsCaption { get; set; }
Public Property UseMemberPropertyAsCaption As Boolean
属性值
Boolean
注解
如果 UseMemberPropertyAsCaption 为 PivotField设置为 True,则UseMemberPropertyAsCaption指定要显示描述文字的成员属性。 如果未指定,则数据源顺序) 中该 PivotField (的第一个成员属性将显示为该 PivotField项的描述文字。
如果 UseMemberPropertyAsCaption 设置为 False,则常规 PivotItem 标题用于 PivotField。
如果尝试将 没有成员属性的 PivotField 设置为 UseMemberPropertyAsCaptionTrue,则会返回运行时错误。 对于 PivotField没有成员属性的 ,属性将始终为 False。