PivotCache.SourceData 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.
Returns the data source for the PivotTable report.
public:
property System::Object ^ SourceData { System::Object ^ get(); void set(System::Object ^ value); };
public object SourceData { get; set; }
Public Property SourceData As Object
Property Value
Remarks
The following table shows the values returned by the SourceDate property:
Microsoft Excel list or database | The cell reference as text. |
External data source | An array. Each row consists of a SQL connection string with the remaining elements as the query string, broken down into 255-character segments. |
Multiple consolidation ranges | A two-dimensional array. Each row consists of a reference and its associated page field items. |
Another PivotTable report | One of the above three kinds of information. |
This property is not available for OLE DB data sources.