@@ -878,12 +878,12 @@ Exports the pivot grid data in Microsoft Word format using the properties set in
878
878
879
879
### FilterBottom
880
880
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
887
887
groups which cumulative aggregate values add to the sum specified by the filter value.
888
888
889
889
#### Parameters
@@ -907,7 +907,7 @@ The value that will be used for the filtering of the data.
907
907
908
908
#### suppressRebind ` System.Boolean `
909
909
910
- A value indicating whether a will
910
+ A value indicating whether a will
911
911
be called after the Filter operation.
912
912
913
913
#### Returns
@@ -916,10 +916,10 @@ A value indicating whether a will
916
916
917
917
### FilterByLabel
918
918
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
921
921
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
923
923
the respective string filter value of “Bulgaria”.
924
924
925
925
#### Parameters
@@ -938,7 +938,7 @@ The value that will be used for the filtering of the data.
938
938
939
939
#### suppressRebind ` System.Boolean `
940
940
941
- A value indicating whether a will
941
+ A value indicating whether a will
942
942
be called after the Filter operation.
943
943
944
944
#### Returns
@@ -947,7 +947,7 @@ A value indicating whether a will
947
947
948
948
### FilterByLabel
949
949
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
951
951
will remain in the pivot data view after grouping has been performed.
952
952
953
953
#### Parameters
@@ -970,7 +970,7 @@ The value that will be used as the between value when filtering the data.
970
970
971
971
#### suppressRebind ` System.Boolean `
972
972
973
- A value indicating whether a will
973
+ A value indicating whether a will
974
974
be called after the Filter operation.
975
975
976
976
#### ignoreCase ` System.Boolean `
@@ -983,11 +983,11 @@ A value indicating whether filtering will ignore the case of the value's letters
983
983
984
984
### FilterByValue
985
985
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
988
988
of the data. Here is another example: Suppose you have grouped your data by Country, aggregated
989
989
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
991
991
corresponding filter values.
992
992
993
993
#### Parameters
@@ -1011,7 +1011,7 @@ The value that will be used for the filtering of the data.
1011
1011
1012
1012
#### suppressRebind ` System.Boolean `
1013
1013
1014
- A value indicating whether a will
1014
+ A value indicating whether a will
1015
1015
be called after the Filter operation.
1016
1016
1017
1017
#### Returns
@@ -1020,8 +1020,8 @@ A value indicating whether a will
1020
1020
1021
1021
### FilterByValue
1022
1022
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
1025
1025
of the data.
1026
1026
1027
1027
#### Parameters
@@ -1049,7 +1049,7 @@ The value that will be used as the between value when filtering the data.
1049
1049
1050
1050
#### suppressRebind ` System.Boolean `
1051
1051
1052
- A value indicating whether a will
1052
+ A value indicating whether a will
1053
1053
be called after the Filter operation.
1054
1054
1055
1055
#### ignoreCase ` System.Boolean `
@@ -1062,12 +1062,12 @@ A value indicating whether filtering will ignore the case of the value's letters
1062
1062
1063
1063
### FilterTop
1064
1064
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
1071
1071
groups which cumulative aggregate values add to the sum specified by the filter value.
1072
1072
1073
1073
#### Parameters
@@ -1091,7 +1091,7 @@ The value that will be used for the filtering of the data.
1091
1091
1092
1092
#### suppressRebind ` System.Boolean `
1093
1093
1094
- A value indicating whether a will
1094
+ A value indicating whether a will
1095
1095
be called after the Filter operation.
1096
1096
1097
1097
#### Returns
@@ -1158,7 +1158,7 @@ Loads the client state data
1158
1158
### LoadControlState
1159
1159
1160
1160
Restores control-state information from a previous page request that
1161
- was saved by the
1161
+ was saved by the
1162
1162
method.
1163
1163
1164
1164
#### Parameters
@@ -1305,7 +1305,7 @@ The values will be excluded in the results.
1305
1305
1306
1306
#### suppressRebind ` System.Boolean `
1307
1307
1308
- A value indicating whether a will
1308
+ A value indicating whether a will
1309
1309
be called after the Filter operation.
1310
1310
1311
1311
#### Returns
@@ -1328,7 +1328,7 @@ The values that will be included in the results.
1328
1328
1329
1329
#### suppressRebind ` System.Boolean `
1330
1330
1331
- A value indicating whether a will
1331
+ A value indicating whether a will
1332
1332
be called after the Filter operation.
1333
1333
1334
1334
#### Returns
0 commit comments