Module Values_0.PivotTotalOptionsSource

The optional configuration of totals cells in a PivotTableVisual.

Sourcetype nonrec t = {
  1. totalsVisibility : Visibility.t option;
    (*

    The visibility configuration for the total cells.

    *)
  2. placement : TableTotalsPlacement.t option;
    (*

    The placement (start, end) for the total cells.

    *)
  3. scrollStatus : TableTotalsScrollStatus.t option;
    (*

    The scroll status (pinned, scrolled) for the total cells.

    *)
  4. customLabel : String_.t option;
    (*

    The custom label string for the total cells.

    *)
  5. totalCellStyle : TableCellStyle.t option;
    (*

    The cell styling options for the total cells.

    *)
  6. valueCellStyle : TableCellStyle.t option;
    (*

    The cell styling options for the totals of value cells.

    *)
  7. metricHeaderCellStyle : TableCellStyle.t option;
    (*

    The cell styling options for the total of header cells.

    *)
  8. totalAggregationOptions : TotalAggregationOptionList.t option;
    (*

    The total aggregation options for each value field.

    *)
}
Sourceval make : ?totalsVisibility:??? -> ?placement:??? -> ?scrollStatus:??? -> ?customLabel:??? -> ?totalCellStyle:??? -> ?valueCellStyle:??? -> ?metricHeaderCellStyle:??? -> ?totalAggregationOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of FieldId.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of TableFieldHeight.t | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `Integer of TableBorderThickness.t | `String of HexColor.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t