@@ -878,12 +878,12 @@ Exports the pivot grid data in Microsoft Word format using the properties set in
878878
879879###  FilterBottom  
880880
881- When a Top/Bottom value filter is applied to a given field with the Items mode, it will select the top/bottom groups for  
882-             that field sorted by the chosen aggregate field and the count of which is given by the filter value. For example,  
883-             a Top operator with and Items filter value of 10 on the Sum of Cost aggregate field will return the 10 groups  
884-             (of the field filtered on) which Sum of Cost is greatest. The Percent mode will return the top/bottom groups which  
885-             cumulative aggregate values (just to remind: the aggregate field being set as part of the filter condition) add to  
886-             the specified percent of the grand total for that field. The Sum mode, in a similar fashion, gets the top/bottom  
881+ When a Top/Bottom value filter is applied to a given field with the Items mode, it will select the top/bottom groups for
882+             that field sorted by the chosen aggregate field and the count of which is given by the filter value. For example,
883+             a Top operator with and Items filter value of 10 on the Sum of Cost aggregate field will return the 10 groups
884+             (of the field filtered on) which Sum of Cost is greatest. The Percent mode will return the top/bottom groups which
885+             cumulative aggregate values (just to remind: the aggregate field being set as part of the filter condition) add to
886+             the specified percent of the grand total for that field. The Sum mode, in a similar fashion, gets the top/bottom
887887            groups which cumulative aggregate values add to the sum specified by the filter value.
888888
889889#### Parameters  
@@ -907,7 +907,7 @@ The value that will be used for the filtering of the data.
907907
908908#### suppressRebind ` System.Boolean `   
909909
910- A value indicating whether a  will  
910+ A value indicating whether a  will
911911            be called after the Filter operation.
912912
913913#### Returns  
@@ -916,10 +916,10 @@ A value indicating whether a  will
916916
917917###  FilterByLabel  
918918
919- Filters by the text value of the field. Label filters control which groups for a given field  
920-             will remain in the pivot data view after grouping has been performed. If, for example, you  
919+ Filters by the text value of the field. Label filters control which groups for a given field
920+             will remain in the pivot data view after grouping has been performed. If, for example, you
921921            have your data grouped by a Country field and you need only those Country groups of items
922-             that relate to Bulgaria you should apply an Equals label filter to the Country field with  
922+             that relate to Bulgaria you should apply an Equals label filter to the Country field with
923923            the respective string filter value of “Bulgaria”.
924924
925925#### Parameters  
@@ -938,7 +938,7 @@ The value that will be used for the filtering of the data.
938938
939939#### suppressRebind ` System.Boolean `   
940940
941- A value indicating whether a  will  
941+ A value indicating whether a  will
942942            be called after the Filter operation.
943943
944944#### Returns  
@@ -947,7 +947,7 @@ A value indicating whether a  will
947947
948948###  FilterByLabel  
949949
950- Filters by the text value of the field. Label filters control which groups for a given field  
950+ Filters by the text value of the field. Label filters control which groups for a given field
951951            will remain in the pivot data view after grouping has been performed.
952952
953953#### Parameters  
@@ -970,7 +970,7 @@ The value that will be used as the between value when filtering the data.
970970
971971#### suppressRebind ` System.Boolean `   
972972
973- A value indicating whether a  will  
973+ A value indicating whether a  will
974974            be called after the Filter operation.
975975
976976#### ignoreCase ` System.Boolean `   
@@ -983,11 +983,11 @@ A value indicating whether filtering will ignore the case of the value's letters
983983
984984###  FilterByValue  
985985
986- Filters by the values of the field. Value filters, for their part, allow filtering operations  
987-             to be performed on the aggregate results. Again, the filtering is applied after the grouping  
986+ Filters by the values of the field. Value filters, for their part, allow filtering operations
987+             to be performed on the aggregate results. Again, the filtering is applied after the grouping
988988            of the data. Here is another example: Suppose you have grouped your data by Country, aggregated
989989            it by Sum of Cost and need only those Country groups of items which cumulative cost falls within
990-             a certain range. Then you should apply a Between value filter on the Country field with the  
990+             a certain range. Then you should apply a Between value filter on the Country field with the
991991            corresponding filter values.
992992
993993#### Parameters  
@@ -1011,7 +1011,7 @@ The value that will be used for the filtering of the data.
10111011
10121012#### suppressRebind ` System.Boolean `   
10131013
1014- A value indicating whether a  will  
1014+ A value indicating whether a  will
10151015            be called after the Filter operation.
10161016
10171017#### Returns  
@@ -1020,8 +1020,8 @@ A value indicating whether a  will
10201020
10211021###  FilterByValue  
10221022
1023- Filters by the values of the field. Value filters, for their part, allow filtering operations  
1024-             to be performed on the aggregate results. Again, the filtering is applied after the grouping  
1023+ Filters by the values of the field. Value filters, for their part, allow filtering operations
1024+             to be performed on the aggregate results. Again, the filtering is applied after the grouping
10251025            of the data.
10261026
10271027#### Parameters  
@@ -1049,7 +1049,7 @@ The value that will be used as the between value when filtering the data.
10491049
10501050#### suppressRebind ` System.Boolean `   
10511051
1052- A value indicating whether a  will  
1052+ A value indicating whether a  will
10531053            be called after the Filter operation.
10541054
10551055#### ignoreCase ` System.Boolean `   
@@ -1062,12 +1062,12 @@ A value indicating whether filtering will ignore the case of the value's letters
10621062
10631063###  FilterTop  
10641064
1065- When a Top/Bottom value filter is applied to a given field with the Items mode, it will select the top/bottom groups for  
1066-             that field sorted by the chosen aggregate field and the count of which is given by the filter value. For example,  
1067-             a Top operator with and Items filter value of 10 on the Sum of Cost aggregate field will return the 10 groups  
1068-             (of the field filtered on) which Sum of Cost is greatest. The Percent mode will return the top/bottom groups which  
1069-             cumulative aggregate values (just to remind: the aggregate field being set as part of the filter condition) add to  
1070-             the specified percent of the grand total for that field. The Sum mode, in a similar fashion, gets the top/bottom  
1065+ When a Top/Bottom value filter is applied to a given field with the Items mode, it will select the top/bottom groups for
1066+             that field sorted by the chosen aggregate field and the count of which is given by the filter value. For example,
1067+             a Top operator with and Items filter value of 10 on the Sum of Cost aggregate field will return the 10 groups
1068+             (of the field filtered on) which Sum of Cost is greatest. The Percent mode will return the top/bottom groups which
1069+             cumulative aggregate values (just to remind: the aggregate field being set as part of the filter condition) add to
1070+             the specified percent of the grand total for that field. The Sum mode, in a similar fashion, gets the top/bottom
10711071            groups which cumulative aggregate values add to the sum specified by the filter value.
10721072
10731073#### Parameters  
@@ -1091,7 +1091,7 @@ The value that will be used for the filtering of the data.
10911091
10921092#### suppressRebind ` System.Boolean `   
10931093
1094- A value indicating whether a  will  
1094+ A value indicating whether a  will
10951095            be called after the Filter operation.
10961096
10971097#### Returns  
@@ -1158,7 +1158,7 @@ Loads the client state data
11581158###  LoadControlState  
11591159
11601160Restores control-state information from a previous page request that
1161-             was saved by the  
1161+             was saved by the
11621162             method.
11631163
11641164#### Parameters  
@@ -1305,7 +1305,7 @@ The values will be excluded in the results.
13051305
13061306#### suppressRebind ` System.Boolean `   
13071307
1308- A value indicating whether a  will  
1308+ A value indicating whether a  will
13091309            be called after the Filter operation.
13101310
13111311#### Returns  
@@ -1328,7 +1328,7 @@ The values that will be included in the results.
13281328
13291329#### suppressRebind ` System.Boolean `   
13301330
1331- A value indicating whether a  will  
1331+ A value indicating whether a  will
13321332            be called after the Filter operation.
13331333
13341334#### Returns  
0 commit comments