3.1.4.61.2.1 ApplyPivotValueFieldSettings
The ApplyPivotValueFieldSettings element specifies the input data for the ApplyPivotValueFieldSettings WSDL operation.
-
<xs:element name="ApplyPivotValueFieldSettings" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="parameter" type="tns:CommandParameter"/> <xs:element minOccurs="0" maxOccurs="1" name="pivotOperationOptions" type="tns:PivotOperationOptions"/> <xs:element minOccurs="0" maxOccurs="1" name="pivotValueFieldSettingsApplyData" type="tns:PivotValueFieldSettingsApplyData"/> </xs:sequence> </xs:complexType> </xs:element>
parameter: A CommandParameter as specified in section 2.2.4.20. MUST be present.
pivotOperationOptions: The PivotTable or PivotChart identification as specified in the PivotOperationOptions section 2.2.4.28. MUST be present.
pivotValueFieldSettingsApplyData: The PivotTable or PivotChart aggregation type as specified in the PivotValueFieldSettingsApplyData section 3.1.4.61.3.1. MUST be present.