# C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2" class="text-break">PivotFieldBaseBuilder&lt;TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.html">PivotFieldBase</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level3"><span class="xref">PivotFieldBaseBuilder&lt;TControl, TBuilder&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeFieldBuilder.html">CubeFieldBuilder</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBuilder.html">PivotFieldBuilder</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Olap.Fluent.html">C1.Web.Mvc.Olap.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class PivotFieldBaseBuilder&lt;TControl, TBuilder&gt; : BaseBuilder&lt;TControl, TBuilder&gt; where TControl : PivotFieldBase where TBuilder : PivotFieldBaseBuilder&lt;TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class PivotFieldBaseBuilder(Of TControl As PivotFieldBase, TBuilder As PivotFieldBaseBuilder(Of TControl, TBuilder))
    Inherits BaseBuilder(Of TControl, TBuilder)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2__ctor__0_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.#ctor(`0)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.-ctor.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2__ctor__0_">PivotFieldBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.html">PivotFieldBaseBuilder&lt;TControl, TBuilder&gt;</a> instance to configurate <code class="paramref">obj</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Aggregate_C1_Web_Mvc_Grid_Aggregate_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.Aggregate(C1.Web.Mvc.Grid.Aggregate)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Aggregate.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Aggregate_C1_Web_Mvc_Grid_Aggregate_">Aggregate(Aggregate)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Aggregate.html#C1_Web_Mvc_Olap_PivotFieldBase_Aggregate">Aggregate</a>.
Sets how the field should be summarized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Binding_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.Binding(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Binding.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Binding_System_String_">Binding(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Binding.html#C1_Web_Mvc_Olap_PivotFieldBase_Binding">Binding</a>.
Sets the name of the source column which  the field is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_DataType_System_Nullable_C1_Web_Mvc_Grid_DataType__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.DataType(System.Nullable{C1.Web.Mvc.Grid.DataType})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.DataType.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_DataType_System_Nullable_C1_Web_Mvc_Grid_DataType__">DataType(DataType?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.DataType.html#C1_Web_Mvc_Olap_PivotFieldBase_DataType">DataType</a>.
Sets the data type of the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Descending_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.Descending(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Descending.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Descending_System_Boolean_">Descending(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Descending.html#C1_Web_Mvc_Olap_PivotFieldBase_Descending">Descending</a>.
Sets a value that determines whether keys should be sorted in descending order for this field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Filter_System_Action_C1_Web_Mvc_Olap_Fluent_PivotFilterBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.Filter(System.Action{C1.Web.Mvc.Olap.Fluent.PivotFilterBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Filter.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Filter_System_Action_C1_Web_Mvc_Olap_Fluent_PivotFilterBuilder__">Filter(Action&lt;PivotFilterBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Filter.html#C1_Web_Mvc_Olap_PivotFieldBase_Filter">Filter</a>.
Sets the filter setting for this field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Format_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.Format(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Format.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Format_System_String_">Format(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Format.html#C1_Web_Mvc_Olap_PivotFieldBase_Format">Format</a>.
Sets the format to use when displaying field values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_GetAggregateValue_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.GetAggregateValue(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.GetAggregateValue.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_GetAggregateValue_System_String_">GetAggregateValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.GetAggregateValue.html#C1_Web_Mvc_Olap_PivotFieldBase_GetAggregateValue">GetAggregateValue</a>.
Sets a function to be used for retrieving the field's aggregate value for a given summary object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_GetValue_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.GetValue(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.GetValue.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_GetValue_System_String_">GetValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.GetValue.html#C1_Web_Mvc_Olap_PivotFieldBase_GetValue">GetValue</a>.
Sets a function to be used for retrieving the field values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Header_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Header.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Header.html#C1_Web_Mvc_Olap_PivotFieldBase_Header">Header</a>.
Sets a string used to represent this field in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_IsContentHtml_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.IsContentHtml(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.IsContentHtml.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_IsContentHtml_System_Boolean_">IsContentHtml(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.IsContentHtml.html#C1_Web_Mvc_Olap_PivotFieldBase_IsContentHtml">IsContentHtml</a>.
Sets a value indicating whether items in this field contain HTML content rather than plain text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_OnClientPropertyChanged_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.OnClientPropertyChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.OnClientPropertyChanged.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_OnClientPropertyChanged_System_String_">OnClientPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.OnClientPropertyChanged.html#C1_Web_Mvc_Olap_PivotFieldBase_OnClientPropertyChanged">OnClientPropertyChanged</a> client event.
Occurs when the value of a property in this field changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_ShowAs_C1_Web_Mvc_Olap_ShowAs_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.ShowAs(C1.Web.Mvc.Olap.ShowAs)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.ShowAs.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_ShowAs_C1_Web_Mvc_Olap_ShowAs_">ShowAs(ShowAs)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.ShowAs.html#C1_Web_Mvc_Olap_PivotFieldBase_ShowAs">ShowAs</a>.
Sets how the field results should be formatted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_SortComparer_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.SortComparer(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.SortComparer.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_SortComparer_System_String_">SortComparer(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.SortComparer.html#C1_Web_Mvc_Olap_PivotFieldBase_SortComparer">SortComparer</a>.
Sets a function used to compare values when sorting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Visible_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.Visible(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Visible.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Visible_System_Boolean_">Visible(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Visible.html#C1_Web_Mvc_Olap_PivotFieldBase_Visible">Visible</a>.
Sets a value indicating whether this field should be displayed in instances of the @see:PivotPanel control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_WeightField_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.WeightField(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.WeightField.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_WeightField_System_String_">WeightField(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.WeightField.html#C1_Web_Mvc_Olap_PivotFieldBase_WeightField">WeightField</a>.
Sets the header specifies the field used as a weight for calculating aggregates on this field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Width_System_Int32_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.Width(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Width.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_Width_System_Int32_">Width(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.Width.html#C1_Web_Mvc_Olap_PivotFieldBase_Width">Width</a>.
Sets the preferred width to be used for showing this field in the user interface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_WordWrap_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder`2.WordWrap(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.WordWrap.html#C1_Web_Mvc_Olap_Fluent_PivotFieldBaseBuilder_2_WordWrap_System_Boolean_">WordWrap(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotFieldBase.WordWrap.html#C1_Web_Mvc_Olap_PivotFieldBase_WordWrap">WordWrap</a>.
Sets a value that indicates whether the content of this field should be allowed to wrap within cells.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
