# C1.Web.Mvc.Olap.PivotFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_PivotFilter" data-uid="C1.Web.Mvc.Olap.PivotFilter" class="text-break">PivotFilter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a filter used to select values for a field.</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">PivotFilter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Olap.html">C1.Web.Mvc.Olap</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_PivotFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PivotFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PivotFilter</code></pre>
  </div>
  <h3 id="properties">Properties
</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_PivotFilter_ConditionFilter" data-uid="C1.Web.Mvc.Olap.PivotFilter.ConditionFilter">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFilter.ConditionFilter.html#C1_Web_Mvc_Olap_PivotFilter_ConditionFilter">ConditionFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the condition filter setting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_PivotFilter_FilterType" data-uid="C1.Web.Mvc.Olap.PivotFilter.FilterType">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFilter.FilterType.html#C1_Web_Mvc_Olap_PivotFilter_FilterType">FilterType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the types of filtering provided by this filter. 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_PivotFilter_ValueFilter" data-uid="C1.Web.Mvc.Olap.PivotFilter.ValueFilter">
          <a class="xref" href="C1.Web.Mvc.Olap.PivotFilter.ValueFilter.html#C1_Web_Mvc_Olap_PivotFilter_ValueFilter">ValueFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value filter setting. It is NOT supported when binding the service.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
