PivotField.SourceCaption 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.
The SourceCaption property is applicable only for OLAP PivotTables, and returns the original caption from the OLAP server for a PivotField. Read-only.
public:
property System::String ^ SourceCaption { System::String ^ get(); };
public string SourceCaption { get; }
Public ReadOnly Property SourceCaption As String
Property Value
String
Remarks
You can use the Name or the SourceName for non-OLAP PivotTables.