# C1.Web.Mvc.Olap.PivotEngine.FilterFields

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Olap_PivotEngine_FilterFields_" data-uid="C1.Web.Mvc.Olap.PivotEngine.FilterFields*">FilterFields Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Olap_PivotEngine_FilterFields_" data-uid="C1.Web.Mvc.Olap.PivotEngine.FilterFields*"></a>
<h4 id="C1_Web_Mvc_Olap_PivotEngine_FilterFields" data-uid="C1.Web.Mvc.Olap.PivotEngine.FilterFields">FilterFields</h4>
<div class="markdown level1 summary"><p>Gets the list of <a class="xref" href="C1.Web.Mvc.Olap.PivotField.html">PivotField</a> objects that define the fields used as filters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[JsonConverter(typeof(ViewFieldCollectionConverter))]
public PivotFieldCollection FilterFields { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;JsonConverter(GetType(ViewFieldCollectionConverter))&gt;
Public ReadOnly Property FilterFields As PivotFieldCollection</code></pre>
</div>
<h5 id="C1_Web_Mvc_Olap_PivotEngine_FilterFields_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Fields on this list do not appear in the output table, but are still used for filtering the input data.</p>
</div>
</div>
