![]() | ![]() |
PivotField class [PHP]
Summary
Properties | Description | |
![]() | AllowFiltering | Enable or disable pivot's filtering. |
![]() | AllowReorder | Enable or disable a pivot field's reordering. |
![]() | AllowSorting | Enable or disable a pivot field's sorting. |
![]() | ExceptionList | Get or set a pivot field's filter's exception list. |
![]() | Expand | Get or set a pivot field's expanding property. |
![]() | FieldName | Get or set a pivot field's name. |
![]() | Filters | Get or set a pivot field's filters. |
![]() | FormatString | Get or set format string for a data field. |
![]() | HeaderTextWrap | Enable or disable pivot's displaying text wrap. |
![]() | IncludeAll | Enable or disable pivot's IncludeAll property. |
![]() | Sort | Get or set a pivot field's default sorting direction. |
![]() | Text | Get or set a pivot field's displaying text. |
![]() | Tooltip | Get or set a pivot field's tooltip. |
Methods | Description | |
![]() | PivotField | Create a PivotField object. |
![]() | PivotSumField | Create a PivotSumField object. |
![]() | PivotCountField | Create a PivotCountField object. |
![]() | PivotAverageField | Create a PivotAverageField object. |
![]() | PivotMinField | Create a PivotMinField object. |
![]() | PivotMaxField | Create a PivotMaxField object. |
![]() | PivotPercentageSumField | Create a PivotPercentageSumField object. |
![]() | PivotPercentageCountField | Create a PivotPercentageCountField object. |
![]() | AddFilter | Add a filter to a pivot field's filter. |
![]() | AddException | Add an exception value to a pivot field's exception list. |
![]() | setValueMap | Set a value map for a pivot field. |
![]() | getValueMap | Get the PivotIValueMap object of a pivot field. |
Properties Detail
AllowFilteringTop
bool AllowFiltering
Enable or disable pivot's filtering.
Supported from version: 1.0.0.0
AllowReorderTop
bool AllowReorder
Enable or disable a pivot field's reordering.
Supported from version: 1.0.0.0
AllowSortingTop
bool AllowSorting
Enable or disable a pivot field's sorting.
Supported from version: 1.0.0.0
ExceptionListTop
array ExceptionList
Get or set a pivot field's filter's exception list.
Supported from version: 1.0.0.0
FormatStringTop
String FormatString
Get or set format string for a data field.
Supported from version: 1.0.0.0
HeaderTextWrapTop
bool HeaderTextWrap
Enable or disable pivot's displaying text wrap.
Supported from version: 1.0.0.0
IncludeAllTop
bool IncludeAll
Enable or disable pivot's IncludeAll property.
Supported from version: 1.0.0.0
SortTop
String Sort
Get or set a pivot field's default sorting direction.
Supported from version: 1.0.0.0
Methods Detail
PivotSumFieldTop
PivotField PivotSumField()
Create a PivotSumField object.
Supported from version: 1.0.0.0
PivotCountFieldTop
PivotField PivotCountField()
Create a PivotCountField object.
Supported from version: 1.0.0.0
PivotAverageFieldTop
PivotField PivotAverageField()
Create a PivotAverageField object.
Supported from version: 1.0.0.0
PivotMinFieldTop
PivotField PivotMinField()
Create a PivotMinField object.
Supported from version: 1.0.0.0
PivotMaxFieldTop
PivotField PivotMaxField()
Create a PivotMaxField object.
Supported from version: 1.0.0.0
PivotPercentageSumFieldTop
PivotField PivotPercentageSumField()
Create a PivotPercentageSumField object.
Supported from version: 1.0.0.0
PivotPercentageCountFieldTop
PivotField PivotPercentageCountField()
Create a PivotPercentageCountField object.
Supported from version: 1.0.0.0
AddFilterTop
void AddFilter()
Add a filter to a pivot field's filter.
Supported from version: 1.0.0.0
AddExceptionTop
void AddException()
Add an exception value to a pivot field's exception list.
Supported from version: 1.0.0.0
setValueMapTop
self setValueMap(PivotIValueMap $valueMap)
Set a value map for a pivot field.
Supported from version: 1.0.0.0
getValueMapTop
PivotIValueMap getValueMap()
Get the PivotIValueMap object of a pivot field.
Supported from version: 1.0.0.0
![]() | ![]() |