# C1.Web.Mvc.Olap.PivotPanel.RowFields

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Olap_PivotPanel_RowFields_" data-uid="C1.Web.Mvc.Olap.PivotPanel.RowFields*">RowFields Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Olap_PivotPanel_RowFields_" data-uid="C1.Web.Mvc.Olap.PivotPanel.RowFields*"></a>
<h4 id="C1_Web_Mvc_Olap_PivotPanel_RowFields" data-uid="C1.Web.Mvc.Olap.PivotPanel.RowFields">RowFields</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 shown as rows in the output table.</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 RowFields { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Ignore&gt;
Public ReadOnly Property RowFields As PivotFieldCollection</code></pre>
</div>
<h5 id="C1_Web_Mvc_Olap_PivotPanel_RowFields_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>
