Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.4

...

Description

Excerpt

Sets or returns whether or not the subtotals for each group should be displayed at the top or the bottom.

Signature
C#C#
}
{description}
{excerpt}Sets or returns whether or not the subtotals for each group should be displayed at the top or the bottom.
{excerpt}
{signature:C#}
 public bool DisplaySubtotalsAtTop{ get; set;}
Signature
{signature}{signature:vb.net
vb.net
}
Public Property DisplaySubtotalsAtTop() As bool
Remarks

This can be set on any type of PivotTable field (data field, page field, row label, or column label) but will only have an effect when on a row label or column label.

This property cannot be set on ValuesLabels and will return null. You can check if a PivotTable field is values label with the IsValuesLabel property.
{signature}
{remarks}
This can be set on any type of PivotTable field (data field, page field, row label, or column label) but will only have an effect when on a row label or column label.

This property cannot be set on {{ValuesLabels}} and will return null. You can check if a PivotTable field is values label with the {{[IsValuesLabel |EW8:PivotTableField.IsValuesLabel]}} property.


{remarks}