API/CodeSamples/Javascript/GetPivotGuiData.md
... ...
@@ -14,38 +14,15 @@ AjaxRequest('./rs.aspx', 'wscmd=reportviewerconfig&wsarg0=' + jq$(window).width(
14 14
15 15
Here is the hierarchy of object keys sent back:
16 16
17
-* SelectionsList
17
+* Currentield
18
+* CurrentFunction
19
+* FieldNames
20
+ * [0]...[n]
21
+* FieldIds
22
+ * [0]...[n]
23
+* FunctionNames
24
+ * [0]...[n]
25
+*FunctionIds
18 26
* [0]...[n]
19
- * Fields
20
- * [0]...[n]
21
- * Selected
22
- * Description
23
- * Total
24
- * VG
25
- * Format
26
- * FilterOperator
27
- * FormatNames
28
- * [0]...[n]
29
- * FormatValues
30
- * [0]...[n]
31
- * FilterOperatorNames
32
- * [0]...[n]
33
- * FilterOperatorValues
34
- * [0]...[n]
35
- * FunctionNames
36
- * [0]...[n]
37
- * FunctionValues
38
- * [0]...[n]
39
- * LabelJ
40
- * ValueJ
41
- * Hidden
42
- * FriendlyName
43
- * DbName (field)
44
- * DataType
45
- * IsStoredProc
46
- * FriendlyName
47
- * DbName (datasource)
48
- * DataType
49
- * CanSaveReport
50 27
51 28
GotPivotGuiData is a callback method that takes two parameters. The first is the returnObj and the second is the id of the called method (getpivotguidata).
... ...
\ No newline at end of file