C# |
public Nullable<PivotSummaryType> CustomTotalSummaryType { get; set; }
|
VB |
Public Property CustomTotalSummaryType As Nullable(of PivotSummaryType)
|
Property value
Type: Nullable<PivotSummaryType>
A PivotSummaryType object representing the summary type of the custom total column/row, by which the field values are sorted. Null if the field values are not sorted by a custom total column/row.
The default is null.
The CustomTotalSummaryType property is in effect when the field values are sorted by a custom total column/row. In this instance, this property specifies the summary type of the custom total. Otherwise, the CustomTotalSummaryType property is set to null.
To apply sorting by summary to the field, use the PivotGridFieldBase.SetSortBySummary method.