<dataFields>
(Data Fields)
Represents the collection of items in the data region of the PivotTable.
example:
<dataFields count="1"> <dataField name="Sum of Sales Amount" fld="25" baseField="0" baseItem="0"/> </dataFields>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the number of items in the data region of the PivotTable. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DataFields">
<sequence>
<element name="dataField" maxOccurs="unbounded" type="CT_DataField"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
</complexType>