PivotField.SourceCaption Property

Definition

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.

Applies to