PageField class
Page Field. When the object is serialized out as xml, its qualified name is x:pageField.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.PageField
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
pageField (Page Field)
Represents a field on the page or report filter of the PivotTable.
In the image above, the blue field is a page or report filter field. Page/filter fields allow you to filter the entire PivotTable to display data for a single item or all the items.
[Example:
<sh:pageField fld="43" hier="103" name="[Product].[Product Categories].[All Products]" cap="All Products"/>
end example]
Parent Elements |
|---|
pageFields (§18.10.1.63) |
Child Elements | Subclause |
|---|---|
extLst (Future Feature Data Storage Area) | §18.2.10 |
Attributes | Description |
|---|---|
cap (Hierarchy Display Name) | Specifies the display name of the hierarchy. The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19). |
fld (Field) | Specifies the index of the field that appears on the page or filter report area of the PivotTable. The possible values for this attribute are defined by the W3C XML Schema int datatype. |
hier (OLAP Hierarchy Index) | Specifies the index of the OLAP hierarchy to which this item belongs. The possible values for this attribute are defined by the W3C XML Schema int datatype. |
item (Item Index) | Specifies the index of the item in the PivotCache. The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
name (Hierarchy Unique Name) | Specifies the unique name of the hierarchy. The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19). |
[Note: The W3C XML Schema definition of this element’s content model (CT_PageField) is located in §A.2. end note]
© ISO/IEC29500: 2008.