# C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder" class="text-break">PivotEngineBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.html">PivotEngine</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;<a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.html">PivotEngine</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.html">PivotEngineBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.html">PivotEngine</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.html">PivotEngineBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ServiceBuilder-2.html">ServiceBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.html">PivotEngine</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.html">PivotEngineBuilder</a>&gt;</div>
    <div class="level5"><span class="xref">PivotEngineBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ITemplateBuilder-1.html">ITemplateBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.html">PivotEngineBuilder</a>&gt;</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_PivotEngineBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PivotEngineBuilder : ServiceBuilder&lt;PivotEngine, PivotEngineBuilder&gt;, IHtmlContent, ITemplateBuilder&lt;PivotEngineBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PivotEngineBuilder
    Inherits ServiceBuilder(Of PivotEngine, PivotEngineBuilder)
    Implements IHtmlContent, ITemplateBuilder(Of PivotEngineBuilder)</code></pre>
  </div>
  <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_PivotEngineBuilder__ctor_C1_Web_Mvc_Olap_PivotEngine_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.#ctor(C1.Web.Mvc.Olap.PivotEngine)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.-ctor.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder__ctor_C1_Web_Mvc_Olap_PivotEngine_">PivotEngineBuilder(PivotEngine)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.html">PivotEngineBuilder</a> instance to configurate <code class="paramref">component</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_PivotEngineBuilder_AllowFieldEditing_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.AllowFieldEditing(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.AllowFieldEditing.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_AllowFieldEditing_System_Boolean_">AllowFieldEditing(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.AllowFieldEditing.html#C1_Web_Mvc_Olap_PivotEngine_AllowFieldEditing">AllowFieldEditing</a>.
Sets a value that determines whether users should be allowed to edit the properties of the Fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Async_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Async(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Async.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Async_System_Boolean_">Async(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.Async.html#C1_Web_Mvc_Olap_PivotEngine_Async">Async</a>.
Sets a value that determines whether view updates should be generated asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Bind_System_Action_C1_Web_Mvc_Fluent_CollectionViewServiceBuilder_System_Object___" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Bind(System.Action{C1.Web.Mvc.Fluent.CollectionViewServiceBuilder{System.Object}})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Bind.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Bind_System_Action_C1_Web_Mvc_Fluent_CollectionViewServiceBuilder_System_Object___">Bind(Action&lt;CollectionViewServiceBuilder&lt;object&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets ItemsSource by builder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Bind_System_Collections_Generic_IEnumerable_System_Object__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Bind(System.Collections.Generic.IEnumerable{System.Object})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Bind.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Bind_System_Collections_Generic_IEnumerable_System_Object__">Bind(IEnumerable&lt;object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Bind to a collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Bind_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Bind(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Bind.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Bind_System_String_">Bind(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the read action url.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_BindCubeService_System_Action_C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.BindCubeService(System.Action{C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.BindCubeService.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_BindCubeService_System_Action_C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder__">BindCubeService(Action&lt;CubeServiceBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets CubeService by builder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_BindCubeService_System_String_System_String_System_String_System_String_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.BindCubeService(System.String,System.String,System.String,System.String,System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.BindCubeService.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_BindCubeService_System_String_System_String_System_String_System_String_System_String_">BindCubeService(string, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets CubeService by builder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_BindService_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.BindService(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.BindService.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_BindService_System_String_">BindService(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the service.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ColumnFields_System_Action_C1_Web_Mvc_Olap_Fluent_ViewFieldCollectionBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ColumnFields(System.Action{C1.Web.Mvc.Olap.Fluent.ViewFieldCollectionBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ColumnFields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ColumnFields_System_Action_C1_Web_Mvc_Olap_Fluent_ViewFieldCollectionBuilder__">ColumnFields(Action&lt;ViewFieldCollectionBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the ColumnFields property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ColumnFields_System_String___" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ColumnFields(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ColumnFields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ColumnFields_System_String___">ColumnFields(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the ColumnFields property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_DefaultFilterType_C1_Web_Mvc_FilterType_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.DefaultFilterType(C1.Web.Mvc.FilterType)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.DefaultFilterType.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_DefaultFilterType_C1_Web_Mvc_FilterType_">DefaultFilterType(FilterType)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.DefaultFilterType.html#C1_Web_Mvc_Olap_PivotEngine_DefaultFilterType">DefaultFilterType</a>.
Sets the default filter type (by value or by condition). When binding the service, only FilterType.Condition and FilterType.None are supported. When FilterType.Both is set, it works as FilterType.Condition. When FilterType.Value is set, it works as FilterType.None.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ExclusiveValueSearch_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ExclusiveValueSearch(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ExclusiveValueSearch.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ExclusiveValueSearch_System_Boolean_">ExclusiveValueSearch(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ExclusiveValueSearch.html#C1_Web_Mvc_Olap_PivotEngine_ExclusiveValueSearch">ExclusiveValueSearch</a>.
Sets a value that determines whether the filter should include only values selected by the @see:wijmo.grid.filter.ValueFilter.filterText property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Fields_System_Action_C1_Web_Mvc_Olap_Fluent_PivotFieldCollectionBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Fields(System.Action{C1.Web.Mvc.Olap.Fluent.PivotFieldCollectionBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.Fields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_Fields_System_Action_C1_Web_Mvc_Olap_Fluent_PivotFieldCollectionBuilder__">Fields(Action&lt;PivotFieldCollectionBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.Fields.html#C1_Web_Mvc_Olap_PivotEngine_Fields">Fields</a>.
Sets the list of the <a class="xref" href="C1.Web.Mvc.Olap.PivotField.html">PivotField</a> objects which can be used in the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_FilterFields_System_Action_C1_Web_Mvc_Olap_Fluent_ViewFieldCollectionBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.FilterFields(System.Action{C1.Web.Mvc.Olap.Fluent.ViewFieldCollectionBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.FilterFields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_FilterFields_System_Action_C1_Web_Mvc_Olap_Fluent_ViewFieldCollectionBuilder__">FilterFields(Action&lt;ViewFieldCollectionBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the FilterFields property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_FilterFields_System_String___" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.FilterFields(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.FilterFields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_FilterFields_System_String___">FilterFields(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the FilterFields property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ItemsSourceId_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ItemsSourceId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ItemsSourceId.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ItemsSourceId_System_String_">ItemsSourceId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ItemsSourceId.html#C1_Web_Mvc_Olap_PivotEngine_ItemsSourceId">ItemsSourceId</a>.
Sets the ItemsSourceId specify which CollectionViewService will be used for this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientError_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientError(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientError.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientError_System_String_">OnClientError(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.OnClientError.html#C1_Web_Mvc_Olap_PivotEngine_OnClientError">OnClientError</a> client event.
Occurs when there is an error getting data from the server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientItemsSourceChanged_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientItemsSourceChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientItemsSourceChanged.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientItemsSourceChanged_System_String_">OnClientItemsSourceChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.OnClientItemsSourceChanged.html#C1_Web_Mvc_Olap_PivotEngine_OnClientItemsSourceChanged">OnClientItemsSourceChanged</a> client event.
Occurs after the items source changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientUpdatedView_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientUpdatedView(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientUpdatedView.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientUpdatedView_System_String_">OnClientUpdatedView(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.OnClientUpdatedView.html#C1_Web_Mvc_Olap_PivotEngine_OnClientUpdatedView">OnClientUpdatedView</a> client event.
Occurs after the engine has finished updating the output pivot view list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientUpdatingView_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientUpdatingView(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientUpdatingView.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientUpdatingView_System_String_">OnClientUpdatingView(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.OnClientUpdatingView.html#C1_Web_Mvc_Olap_PivotEngine_OnClientUpdatingView">OnClientUpdatingView</a> client event.
Occurs when the engine starts updating the output pivot view list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientViewDefinitionChanged_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientViewDefinitionChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.OnClientViewDefinitionChanged.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_OnClientViewDefinitionChanged_System_String_">OnClientViewDefinitionChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.OnClientViewDefinitionChanged.html#C1_Web_Mvc_Olap_PivotEngine_OnClientViewDefinitionChanged">OnClientViewDefinitionChanged</a> client event.
Occurs after the view definition changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_RowFields_System_Action_C1_Web_Mvc_Olap_Fluent_ViewFieldCollectionBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.RowFields(System.Action{C1.Web.Mvc.Olap.Fluent.ViewFieldCollectionBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.RowFields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_RowFields_System_Action_C1_Web_Mvc_Olap_Fluent_ViewFieldCollectionBuilder__">RowFields(Action&lt;ViewFieldCollectionBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the RowFields property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_RowFields_System_String___" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.RowFields(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.RowFields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_RowFields_System_String___">RowFields(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the RowFields property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ServerMaxDetail_System_Int32_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ServerMaxDetail(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ServerMaxDetail.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ServerMaxDetail_System_Int32_">ServerMaxDetail(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ServerMaxDetail.html#C1_Web_Mvc_Olap_PivotEngine_ServerMaxDetail">ServerMaxDetail</a>.
Sets the maximum number of records when getting the detail data from the server. The default value for this property is 1000, which provides a reasonable amount of detail in many scenarios. If you want to allow more detail records to be retrieved, increase the value of this property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ServerPollInterval_System_Int32_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ServerPollInterval(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ServerPollInterval.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ServerPollInterval_System_Int32_">ServerPollInterval(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ServerPollInterval.html#C1_Web_Mvc_Olap_PivotEngine_ServerPollInterval">ServerPollInterval</a>.
Sets the amount of time, in milliseconds, which the engine should wait before polling the server for progress status while retrieving results. The default value for this property is 500, which causes the engine to poll the server for a status update every half second.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ServerTimeout_System_Int32_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ServerTimeout(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ServerTimeout.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ServerTimeout_System_Int32_">ServerTimeout(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ServerTimeout.html#C1_Web_Mvc_Olap_PivotEngine_ServerTimeout">ServerTimeout</a>.
Sets the maximum amount of time, in milliseconds, which the engine should wait for the results to come back from the server. The default value for this property is 60000, equivalent to sixty seconds. If you expect server operations to take longer than that to complete, set the property to a higher value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ShowColumnTotals_C1_Web_Mvc_Olap_ShowTotals_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ShowColumnTotals(C1.Web.Mvc.Olap.ShowTotals)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ShowColumnTotals.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ShowColumnTotals_C1_Web_Mvc_Olap_ShowTotals_">ShowColumnTotals(ShowTotals)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ShowColumnTotals.html#C1_Web_Mvc_Olap_PivotEngine_ShowColumnTotals">ShowColumnTotals</a>.
Sets a value that determines whether the output data should include columns containing subtotals or grand totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ShowRowTotals_C1_Web_Mvc_Olap_ShowTotals_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ShowRowTotals(C1.Web.Mvc.Olap.ShowTotals)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ShowRowTotals.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ShowRowTotals_C1_Web_Mvc_Olap_ShowTotals_">ShowRowTotals(ShowTotals)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ShowRowTotals.html#C1_Web_Mvc_Olap_PivotEngine_ShowRowTotals">ShowRowTotals</a>.
Sets a value that determines whether the output data should include rows containing subtotals or grand totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ShowZeros_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ShowZeros(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ShowZeros.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ShowZeros_System_Boolean_">ShowZeros(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ShowZeros.html#C1_Web_Mvc_Olap_PivotEngine_ShowZeros">ShowZeros</a>.
Sets a value that determines whether the Olap output table should use zeros to indicate the missing values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_SortOnServer_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.SortOnServer(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.SortOnServer.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_SortOnServer_System_Boolean_">SortOnServer(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.SortOnServer.html#C1_Web_Mvc_Olap_PivotEngine_SortOnServer">SortOnServer</a>.
Sets a value that indicates whether the summary data received from the server is already sorted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_SortableGroups_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.SortableGroups(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.SortableGroups.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_SortableGroups_System_Boolean_">SortableGroups(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.SortableGroups.html#C1_Web_Mvc_Olap_PivotEngine_SortableGroups">SortableGroups</a>.
Sets a value that determines whether the engine should sort groups when sorting the value fields (measures) or whether it should keep the group order and the data only within each group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_TotalsBeforeData_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.TotalsBeforeData(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.TotalsBeforeData.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_TotalsBeforeData_System_Boolean_">TotalsBeforeData(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.TotalsBeforeData.html#C1_Web_Mvc_Olap_PivotEngine_TotalsBeforeData">TotalsBeforeData</a>.
Sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ValueFields_System_Action_C1_Web_Mvc_Olap_Fluent_ViewFieldCollectionBuilder__" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ValueFields(System.Action{C1.Web.Mvc.Olap.Fluent.ViewFieldCollectionBuilder})">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ValueFields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ValueFields_System_Action_C1_Web_Mvc_Olap_Fluent_ViewFieldCollectionBuilder__">ValueFields(Action&lt;ViewFieldCollectionBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the ValueFields property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ValueFields_System_String___" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ValueFields(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ValueFields.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ValueFields_System_String___">ValueFields(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the ValueFields property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ViewDefinition_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ViewDefinition(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.ViewDefinition.html#C1_Web_Mvc_Olap_Fluent_PivotEngineBuilder_ViewDefinition_System_String_">ViewDefinition(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.PivotEngine.ViewDefinition.html#C1_Web_Mvc_Olap_PivotEngine_ViewDefinition">ViewDefinition</a>.
Sets the current pivot view definition as a JSON string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
