# C1.Web.Mvc.Olap.PivotPanel.Fields

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Olap_PivotPanel_Fields_" data-uid="C1.Web.Mvc.Olap.PivotPanel.Fields*">Fields Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Olap_PivotPanel_Fields_" data-uid="C1.Web.Mvc.Olap.PivotPanel.Fields*"></a>
<h4 id="C1_Web_Mvc_Olap_PivotPanel_Fields" data-uid="C1.Web.Mvc.Olap.PivotPanel.Fields">Fields</h4>
<div class="markdown level1 summary"><p>Gets 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Ignore]
public PivotFieldCollection Fields { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Ignore&gt;
Public ReadOnly Property Fields As PivotFieldCollection</code></pre>
</div>
<h5 id="C1_Web_Mvc_Olap_PivotPanel_Fields_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property doesn't work when the value of the ItemsSourceId property is not empty.</p>
</div>
</div>
