PivotField.MemberPropertyCaption 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.
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.