PivotField.MemberPropertyCaption Property

Definition

Setting the MemberPropertyCaption property controls which member property is used as caption for a given level. Read/write.

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

Property Value

String

Remarks

Note: This setting has a visual effect only when UseMemberPropertyAsCaption is set to True for the PivotField.

When MemberPropertyCaption is set, the setting is remembered while toggling the UseMemberPropertyAsCaption property.

Applies to